|
1 | 1 | name: ✨ Feature Request |
2 | | -description: Suggest an idea or improvement |
3 | | -title: '[Feature]: ' |
4 | | -labels: ['enhancement'] |
| 2 | +description: Suggest a new feature or improvement for this project |
| 3 | +title: "[Feature]: " |
| 4 | +labels: |
| 5 | + - enhancement |
5 | 6 | assignees: [] |
6 | 7 |
|
7 | 8 | body: |
8 | 9 | - type: markdown |
9 | 10 | attributes: |
10 | 11 | value: | |
11 | | - Have an idea? We'd love to hear it! |
| 12 | + 🚀 **Thanks for taking the time to suggest a feature!** |
| 13 | + Please fill out the form below so we can properly evaluate your idea. |
12 | 14 |
|
13 | 15 | - type: textarea |
14 | | - id: problem |
| 16 | + id: problem_statement |
15 | 17 | attributes: |
16 | | - label: Problem Statement |
17 | | - description: What problem does this feature solve? |
18 | | - placeholder: I'm frustrated when... |
| 18 | + label: 🧩 Problem Statement |
| 19 | + description: Clearly describe the problem or limitation you are facing. |
| 20 | + placeholder: I’m facing an issue when... |
19 | 21 | validations: |
20 | 22 | required: true |
21 | 23 |
|
22 | 24 | - type: textarea |
23 | | - id: solution |
| 25 | + id: proposed_solution |
24 | 26 | attributes: |
25 | | - label: Proposed Solution |
26 | | - description: Describe the solution you'd like. |
| 27 | + label: 💡 Proposed Solution |
| 28 | + description: Describe the feature or improvement you would like to see. |
| 29 | + placeholder: A possible solution would be... |
27 | 30 | validations: |
28 | 31 | required: true |
29 | 32 |
|
30 | 33 | - type: textarea |
31 | | - id: alternatives |
| 34 | + id: alternatives_considered |
32 | 35 | attributes: |
33 | | - label: Alternatives Considered |
34 | | - description: Any alternative solutions you've thought about? |
| 36 | + label: 🔄 Alternatives Considered |
| 37 | + description: List any alternative solutions or features you have considered. |
| 38 | + placeholder: Other approaches could be... |
35 | 39 | validations: |
36 | | - required: false |
| 40 | + required: true |
37 | 41 |
|
38 | 42 | - type: dropdown |
39 | 43 | id: priority |
40 | 44 | attributes: |
41 | | - label: Priority |
| 45 | + label: ⚡ Priority |
| 46 | + description: How important is this feature to you? |
42 | 47 | options: |
43 | 48 | - Low |
44 | 49 | - Medium |
45 | 50 | - High |
| 51 | + - Critical |
46 | 52 | validations: |
47 | 53 | required: true |
48 | 54 |
|
49 | 55 | - type: textarea |
50 | | - id: additional |
| 56 | + id: additional_context |
51 | 57 | attributes: |
52 | | - label: Additional Context |
53 | | - description: Any other context or screenshots? |
| 58 | + label: 📎 Additional Context |
| 59 | + description: Add mockups, screenshots, links, or any extra context. |
| 60 | + placeholder: Screenshots, diagrams, references, etc. |
54 | 61 | validations: |
55 | | - required: false |
| 62 | + required: true |
| 63 | + |
| 64 | + - type: checkboxes |
| 65 | + id: confirmation |
| 66 | + attributes: |
| 67 | + label: ✔️ Confirmation |
| 68 | + description: Please confirm before submitting. |
| 69 | + options: |
| 70 | + - label: I have searched existing issues and this feature has not been requested before. |
| 71 | + required: true |
0 commit comments