|
1 | 1 | 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" |
4 | 4 | labels: [repo-request] |
5 | 5 | 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 | +
|
6 | 16 | - type: input |
7 | 17 | id: repo_name |
8 | 18 | 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" |
12 | 22 | validations: |
13 | 23 | required: true |
14 | | - |
| 24 | + |
15 | 25 | - type: dropdown |
16 | 26 | id: default_branch |
17 | 27 | 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" |
20 | 30 | options: |
21 | 31 | - "main" |
22 | 32 | - "develop" |
| 33 | + - "trunk" |
| 34 | + value: "main" |
23 | 35 | validations: |
24 | 36 | required: true |
25 | | - |
| 37 | + |
26 | 38 | - type: dropdown |
27 | 39 | id: include_readme |
28 | 40 | 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?" |
31 | 43 | options: |
32 | 44 | - "Yes" |
33 | 45 | - "No" |
| 46 | + value: "Yes" |
34 | 47 | validations: |
35 | 48 | 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