|
1 | | -name: "🧸 Repository Request" |
| 1 | +name: "Repository Request" |
2 | 2 | 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] |
5 | 5 | body: |
6 | | - - type: markdown |
7 | | - attributes: |
8 | | - value: | |
9 | | - ### 🎀 𝓝𝓮𝔀 𝓡𝓮𝓹𝓸𝓼𝓲𝓽𝓸𝓻𝔂 𝓡𝓮𝓺𝓾𝓮𝓼𝓽 🎀 |
10 | | - ░▒▓█►───────────────────◄█▓▒░ |
11 | | - *"Let our teddy bears build your repo!"* 🧸📦 |
12 | | -
|
13 | 6 | - type: input |
14 | 7 | id: repo_name |
15 | 8 | 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 |
20 | 14 | - type: dropdown |
21 | 15 | id: default_branch |
22 | 16 | attributes: |
23 | | - label: "🌿 Default Branch" |
24 | | - description: "▷ Select your starting branch ◁" |
| 17 | + label: "Default Branch" |
| 18 | + description: "Select the default branch for your repository." |
25 | 19 | options: |
26 | | - - "main 🏠" |
27 | | - - "develop 🌱" |
28 | | - - "trunk 🌳" |
29 | | - |
| 20 | + - "main" |
| 21 | + - "develop" |
| 22 | + validations: |
| 23 | + required: true |
30 | 24 | - type: dropdown |
31 | 25 | id: include_readme |
32 | 26 | 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?" |
58 | 29 | 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