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