1+ name : Feature Request
2+ description : Suggest a new feature or enhancement
3+ title : " [Feature] "
4+ labels : ["enhancement", "needs-review"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for suggesting a new feature! Please provide as much detail as possible.
10+
11+ - type : textarea
12+ id : problem
13+ attributes :
14+ label : Problem Statement
15+ description : Is your feature request related to a problem? Please describe.
16+ placeholder : A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
17+ validations :
18+ required : true
19+
20+ - type : textarea
21+ id : solution
22+ attributes :
23+ label : Proposed Solution
24+ description : Describe the solution you'd like
25+ placeholder : A clear and concise description of what you want to happen.
26+ validations :
27+ required : true
28+
29+ - type : textarea
30+ id : alternatives
31+ attributes :
32+ label : Alternatives Considered
33+ description : Describe any alternative solutions or features you've considered
34+ placeholder : A clear and concise description of any alternative solutions or features you've considered.
35+
36+ - type : dropdown
37+ id : priority
38+ attributes :
39+ label : Priority
40+ description : How important is this feature to you?
41+ options :
42+ - Low (nice to have)
43+ - Medium (would be helpful)
44+ - High (needed for my workflow)
45+ - Critical (blocking my usage)
46+ validations :
47+ required : true
48+
49+ - type : textarea
50+ id : use-case
51+ attributes :
52+ label : Use Case
53+ description : Describe your specific use case for this feature
54+ placeholder : How would you use this feature? What workflow would it improve?
55+
56+ - type : textarea
57+ id : additional
58+ attributes :
59+ label : Additional Context
60+ description : Add any other context, mockups, or examples about the feature request here
61+
62+ - type : checkboxes
63+ id : terms
64+ attributes :
65+ label : Checklist
66+ options :
67+ - label : I have searched existing issues to ensure this is not a duplicate
68+ required : true
69+ - label : I have clearly described the problem this feature would solve
70+ required : true
71+ - label : I have provided a clear description of the proposed solution
72+ required : true
0 commit comments