8181 description : |
8282 **Focus on the user experience, not implementation details.**
8383 How would a user interact with this feature? What would they see/do?
84- Save technical implementation details for "Implementation Ideas" below .
84+ Focus on what the user experiences, not how it would be built .
8585 placeholder : |
8686 From a user's perspective, the feature should work like this:
8787 - When I [action], I would see/get [result]
9797 description : Have you considered any alternative solutions or workarounds?
9898 placeholder : I've also thought about...
9999
100- - type : textarea
101- id : use-cases
102- attributes :
103- label : Use Cases
104- description : Provide specific examples of how this feature would be used.
105- placeholder : |
106- 1. As a developer, I want to...
107- 2. When working on large projects, I need to...
108- validations :
109- required : true
110-
111100 - type : dropdown
112101 id : category
113102 attributes :
@@ -150,23 +139,6 @@ body:
150139 description : Are there similar features in other tools that could serve as inspiration?
151140 placeholder : Tool X does this by...
152141
153- - type : textarea
154- id : implementation
155- attributes :
156- label : Implementation Ideas
157- description : If you have any ideas about how this could be implemented, share them here.
158- placeholder : This could be implemented by...
159-
160- - type : checkboxes
161- id : contribution
162- attributes :
163- label : Contribution
164- description : Are you willing to contribute to this feature?
165- options :
166- - label : I'm willing to submit a PR to implement this feature
167- - label : I can help with testing
168- - label : I can help with documentation
169-
170142 - type : textarea
171143 id : additional
172144 attributes :
@@ -176,16 +148,8 @@ body:
176148 - type : checkboxes
177149 id : requirements-check
178150 attributes :
179- label : " ✅ Pre-submission Checklist"
180- description : " Before submitting, confirm you've addressed all requirements:"
151+ label : " Pre-submission Checklist"
181152 options :
182- - label : " I have clearly explained WHY I need this feature (not just that it would be nice)"
183- required : true
184- - label : " I have described what is NOT currently possible in detail"
185- required : true
186- - label : " I have explained what WILL be possible with concrete examples"
187- required : true
188- - label : " I have provided specific use cases and workflows"
189- required : true
190- - label : " I have searched existing issues to avoid duplicates"
153+ - label : " I have searched existing issues and confirmed this is not a duplicate"
191154 required : true
155+ - label : " I am willing to submit a PR to implement this feature"
0 commit comments