File tree 1 file changed +50
-0
lines changed
1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : " Feature Request"
2
+ description : " Submit a request for a new feature or enhancement in the Android app."
3
+ labels : ["feature", "enhancement", "android"]
4
+
5
+ body :
6
+ - type : input
7
+ attributes :
8
+ label : " 🔧 Title"
9
+ description : " A brief and descriptive title of the feature."
10
+ placeholder : " E.g. 'Dark Mode Toggle'"
11
+ required : true
12
+
13
+ - type : textarea
14
+ attributes :
15
+ label : " 📝 Description"
16
+ description : " Provide a detailed description of the feature. What problem does it solve?"
17
+ placeholder : " E.g. 'Add a toggle in the settings to enable dark mode.'"
18
+ required : true
19
+
20
+ - type : input
21
+ attributes :
22
+ label : " 🔍 Use Case"
23
+ description : " What problem does this feature solve for users?"
24
+ placeholder : " E.g. 'Helps users who prefer dark mode.'"
25
+ required : true
26
+
27
+ - type : input
28
+ attributes :
29
+ label : " ⚡ Priority"
30
+ description : " How important is this feature?"
31
+ options :
32
+ - " critical: Must be implemented immediately"
33
+ - " major: Should be implemented soon"
34
+ - " minor: Could be implemented later"
35
+ required : true
36
+
37
+ - type : input
38
+ attributes :
39
+ label : " 📱 Platform Version"
40
+ description : " Which Android version or app version will this feature target?"
41
+ placeholder : " E.g. 'Android 10 or above'"
42
+ required : false
43
+
44
+ - type : input
45
+ attributes :
46
+ label : " 📎 Additional Information"
47
+ description : " Any additional context, such as design mockups or related issues."
48
+ placeholder : " E.g. 'Link to design mockup or related issue.'"
49
+ required : false
50
+
You can’t perform that action at this time.
0 commit comments