Skip to content

Commit 838d952

Browse files
Update request.yml
1 parent 15954f6 commit 838d952

1 file changed

Lines changed: 54 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/request.yml

Lines changed: 54 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,78 @@
11
name: "Repository Request"
2-
description: "Request a new GitHub repository"
3-
title: "[Repo Request] <Your Repository Name>"
2+
description: "Request a new GitHub repository with our teddy bear helper!"
3+
title: "[Repo Request] Your Repository Name"
44
labels: [repo-request]
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
<div align="center">
10+
<img src="https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f9f8.svg" alt="Teddy Bear Logo" width="100">
11+
<h1>🧸 New Repository Request</h1>
12+
<p>Let our teddy bear help you create a new repository!</p>
13+
<img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExcDlwY3F0d2Z1dWJ0N3B1dG5xZ2V6eGJ5Y2R6d2NtYzB3dGZ6biZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3o7TKMt1VgmVgKzos8/giphy.gif" width="200">
14+
</div>
15+
616
- type: input
717
id: repo_name
818
attributes:
9-
label: "Repository Name"
10-
description: "Enter the name of the new repository."
11-
placeholder: "my-awesome-repo"
19+
label: "🧸 Repository Name"
20+
description: "What should we name your new repository?"
21+
placeholder: "my-awesome-project"
1222
validations:
1323
required: true
14-
24+
1525
- type: dropdown
1626
id: default_branch
1727
attributes:
18-
label: "Default Branch"
19-
description: "Select the default branch for your repository."
28+
label: "🌿 Default Branch"
29+
description: "Select the default branch name"
2030
options:
2131
- "main"
2232
- "develop"
33+
- "trunk"
34+
value: "main"
2335
validations:
2436
required: true
25-
37+
2638
- type: dropdown
2739
id: include_readme
2840
attributes:
29-
label: "Include README"
30-
description: "Would you like to include a README file?"
41+
label: "📝 Include README?"
42+
description: "Should we include a starter README file?"
3143
options:
3244
- "Yes"
3345
- "No"
46+
value: "Yes"
3447
validations:
3548
required: true
49+
50+
- type: textarea
51+
id: description
52+
attributes:
53+
label: "📋 Description"
54+
description: "Tell us about your project"
55+
placeholder: "This repository will contain..."
56+
render: markdown
57+
58+
- type: checkboxes
59+
id: options
60+
attributes:
61+
label: "✨ Extra Features"
62+
description: "Select any additional options"
63+
options:
64+
- label: "Add .gitignore file"
65+
- label: "Add MIT License"
66+
- label: "Enable GitHub Discussions"
67+
- label: "Enable GitHub Projects"
68+
69+
- type: markdown
70+
attributes:
71+
value: |
72+
<div align="center" style="margin-top:20px;padding:15px;background:#f6f8fa;border-radius:8px;border:1px dashed #d0d7de">
73+
<h3>🐻 What happens next?</h3>
74+
<p>1. Our teddy bot will process your request</p>
75+
<p>2. You'll receive a notification when ready</p>
76+
<p>3. Your new repo will appear in our organization</p>
77+
<p>Need help? <a href="mailto:support@example.com">Contact our bears</a></p>
78+
</div>

0 commit comments

Comments
 (0)