Skip to content

Commit f08a6ec

Browse files
authored
Update feature_request.yml
1 parent 16e36ca commit f08a6ec

1 file changed

Lines changed: 36 additions & 20 deletions

File tree

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,71 @@
11
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
56
assignees: []
67

78
body:
89
- type: markdown
910
attributes:
1011
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.
1214
1315
- type: textarea
14-
id: problem
16+
id: problem_statement
1517
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...
1921
validations:
2022
required: true
2123

2224
- type: textarea
23-
id: solution
25+
id: proposed_solution
2426
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...
2730
validations:
2831
required: true
2932

3033
- type: textarea
31-
id: alternatives
34+
id: alternatives_considered
3235
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...
3539
validations:
36-
required: false
40+
required: true
3741

3842
- type: dropdown
3943
id: priority
4044
attributes:
41-
label: Priority
45+
label: ⚡ Priority
46+
description: How important is this feature to you?
4247
options:
4348
- Low
4449
- Medium
4550
- High
51+
- Critical
4652
validations:
4753
required: true
4854

4955
- type: textarea
50-
id: additional
56+
id: additional_context
5157
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.
5461
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

Comments
 (0)