1+ name : Feature Request
2+ description : Suggest a new feature or enhancement for the bot
3+ title : " [Feature]: "
4+ labels : ["enhancement", "triage"]
5+ assignees : []
6+ body :
7+ - type : markdown
8+ attributes :
9+ value : |
10+ Thanks for suggesting a new feature! Please provide as much detail as possible about your idea.
11+
12+ - type : textarea
13+ id : problem-description
14+ attributes :
15+ label : Problem Description
16+ description : What problem does this feature solve? Is your feature request related to a problem?
17+ placeholder : " I'm always frustrated when..."
18+ validations :
19+ required : true
20+
21+ - type : textarea
22+ id : proposed-solution
23+ attributes :
24+ label : Proposed Solution
25+ description : Describe the solution you'd like to see implemented
26+ placeholder : " I would like the bot to..."
27+ validations :
28+ required : true
29+
30+ - type : textarea
31+ id : alternatives-considered
32+ attributes :
33+ label : Alternatives Considered
34+ description : Describe any alternative solutions or features you've considered
35+ placeholder : " I also considered..."
36+ validations :
37+ required : false
38+
39+ - type : textarea
40+ id : use-cases
41+ attributes :
42+ label : Use Cases
43+ description : Describe specific scenarios where this feature would be useful
44+ placeholder : |
45+ 1. When users want to...
46+ 2. In situations where...
47+ validations :
48+ required : false
49+
50+ - type : textarea
51+ id : additional-context
52+ attributes :
53+ label : Additional Context
54+ description : Add any other context, screenshots, mockups, or examples about the feature request
55+ placeholder : Any additional information that might be helpful
56+ validations :
57+ required : false
58+
59+ - type : dropdown
60+ id : priority
61+ attributes :
62+ label : Priority
63+ description : How important is this feature to you?
64+ options :
65+ - Low - Nice to have
66+ - Medium - Would be helpful
67+ - High - Really need this
68+ validations :
69+ required : true
70+
71+ - type : checkboxes
72+ id : terms
73+ attributes :
74+ label : Checklist
75+ description : Please confirm the following
76+ options :
77+ - label : I have searched existing issues to ensure this is not a duplicate
78+ required : true
79+ - label : This feature request is related to the Discord bot functionality
80+ required : true
81+ - label : I have provided a clear description of the problem and solution
82+ required : true
0 commit comments