Skip to content

Commit 1fec73f

Browse files
authored
Merge pull request #3135 from IntersectMBO/feat/improve-feature-request-workflow
init new feature request template per @m-i-k-e's suggestion
2 parents 36de983 + e0ad457 commit 1fec73f

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

.github/ISSUE_TEMPLATE/feature_idea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ body:
8585
placeholder: |
8686
As a [ada holder | DRep | Direct voter], I want [some goal] so that [some reason].
8787
validations:
88-
required: false
88+
required: false
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Feature Suggestion
2+
description: Suggest a new feature or enhancement for GovTool.
3+
labels: ["Feature Request", "Needs UX Review"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value:
8+
Please fill out the following details.
9+
- type: textarea
10+
id: problem-statement
11+
attributes:
12+
label: "💡 Suggestion or feature"
13+
description: "Please describe the user need, idea, or pain point."
14+
placeholder: "Example: Users would benefit from having X functionality, so they can do Y..."
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: user-impact
19+
attributes:
20+
label: "Who does this help?"
21+
description: "Which users will benefit from this feature? How does it improve their experience?"
22+
placeholder: "Example: This feature will help first-time users onboard faster..."
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: dependencies
27+
attributes:
28+
label: "How might we do this?"
29+
description: "Suggestions on implementation"
30+
placeholder: "Example: Add a button that says GO to the home page"
31+
validations:
32+
required: false
33+
- type: textarea
34+
id: other-info
35+
attributes:
36+
label: "Anything else you might want to add?"
37+
description: "Free text box for any comments"
38+
placeholder: "I love GovTool, and so does my dog!"
39+
validations:
40+
required: false

0 commit comments

Comments
 (0)