You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Suggest a new feature or enhancement for GovTool.
3
+
title: "💡 "
4
+
labels: ["💡 Feature idea", "Needs UX Review"]
5
+
projects: ["IntersectMBO/30", "IntersectMBO/34"]
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
## 🌟 **Thank you for contributing to GovTool!**
11
+
12
+
- type: markdown
13
+
attributes:
14
+
value:
15
+
Please fill out the following details.
16
+
17
+
- type: textarea
18
+
id: problem-statement
19
+
attributes:
20
+
label: "💡 Suggestion or feature"
21
+
description: "Please describe the user need, idea, or pain point."
22
+
placeholder: "Example: Users would benefit from having X functionality, so they can do Y..."
23
+
validations:
24
+
required: true
25
+
26
+
- type: textarea
27
+
id: user-impact
28
+
attributes:
29
+
label: "Who does this help?"
30
+
description: "Which users will benefit from this feature? How does it improve their experience?"
31
+
placeholder: "Example: This feature will help first-time users onboard faster..."
32
+
validations:
33
+
required: true
34
+
35
+
- type: textarea
36
+
id: dependencies
37
+
attributes:
38
+
label: "How might we do this?"
39
+
description: "Suggestions on implementation"
40
+
placeholder: "Example: Add a button that says GO to the home page"
41
+
validations:
42
+
required: false
43
+
44
+
- type: textarea
45
+
id: other-info
46
+
attributes:
47
+
label: "Anything else you might want to add?"
48
+
description: "Free text box for any comments"
49
+
placeholder: "I love GovTool, and so does my dog!"
50
+
validations:
51
+
required: false
52
+
53
+
- type: markdown
54
+
attributes:
55
+
value: |
56
+
---
57
+
58
+
- type: textarea
59
+
id: user-story
60
+
attributes:
61
+
label: (Optional) User Story with acceptance criteria
62
+
description: See GovTool examples [here](https://github.com/IntersectMBO/cardano-test-plans/blob/main/userStoryInventoryChangHF.md#2g-delegate-to-self-for-registered-dreps).
63
+
placeholder: |
64
+
As a [ada holder | DRep | Direct voter], I want [some goal] so that [some reason].
0 commit comments