Skip to content

Commit 8dd66a8

Browse files
Update request.yml
1 parent d58db9a commit 8dd66a8

1 file changed

Lines changed: 20 additions & 59 deletions

File tree

.github/ISSUE_TEMPLATE/request.yml

Lines changed: 20 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,33 @@
1-
name: "🧸 Repository Request"
1+
name: "Repository Request"
22
description: "Request a new GitHub repository"
3-
title: "[🐻 Repo Request] Your Repository Name"
4-
labels: ["repo-request"]
3+
title: "[Repo Request] <Your Repository Name>"
4+
labels: [repo-request]
55
body:
6-
- type: markdown
7-
attributes:
8-
value: |
9-
### 🎀 𝓝𝓮𝔀 𝓡𝓮𝓹𝓸𝓼𝓲𝓽𝓸𝓻𝔂 𝓡𝓮𝓺𝓾𝓮𝓼𝓽 🎀
10-
░▒▓█►───────────────────◄█▓▒░
11-
*"Let our teddy bears build your repo!"* 🧸📦
12-
136
- type: input
147
id: repo_name
158
attributes:
16-
label: "🌈 Repository Name"
17-
description: "▷ What should we name your new repository? ◁"
18-
placeholder: "my-awesome-project"
19-
9+
label: "Repository Name"
10+
description: "Enter the name of the new repository."
11+
placeholder: "my-awesome-repo"
12+
validations:
13+
required: true
2014
- type: dropdown
2115
id: default_branch
2216
attributes:
23-
label: "🌿 Default Branch"
24-
description: "Select your starting branch "
17+
label: "Default Branch"
18+
description: "Select the default branch for your repository."
2519
options:
26-
- "main 🏠"
27-
- "develop 🌱"
28-
- "trunk 🌳"
29-
20+
- "main"
21+
- "develop"
22+
validations:
23+
required: true
3024
- type: dropdown
3125
id: include_readme
3226
attributes:
33-
label: "📝 Include README?"
34-
description: "▷ Starter documentation? ◁"
35-
options:
36-
- "Yes ✅"
37-
- "No ❌"
38-
39-
- type: markdown
40-
attributes:
41-
value: |
42-
```diff
43-
+ 🧸 Pro Tip: Good READMEs help others understand your project!
44-
```
45-
46-
- type: textarea
47-
id: description
48-
attributes:
49-
label: "📖 Description"
50-
description: "▷ Tell us about your project ◁"
51-
placeholder: "This repository will contain..."
52-
53-
- type: checkboxes
54-
id: options
55-
attributes:
56-
label: "✨ Extra Features"
57-
description: "▷ Select additional options ◁"
27+
label: "Include README"
28+
description: "Would you like to include a README file?"
5829
options:
59-
- label: "Add .gitignore file 📋"
60-
- label: "Add MIT License ⚖️"
61-
- label: "Enable GitHub Discussions 💬"
62-
- label: "Enable GitHub Projects 📊"
63-
64-
- type: markdown
65-
attributes:
66-
value: |
67-
░▒▓█►───────────────────◄█▓▒░
68-
### 🐾 Next Steps
69-
1. 🧸 Our bears will process your request
70-
2. 📩 You'll receive a notification
71-
3. 🎉 Your repo will be ready to use!
72-
✨ *Need help?* ✨ → contact@example.com
30+
- "Yes"
31+
- "No"
32+
validations:
33+
required: true

0 commit comments

Comments
 (0)