Skip to content

Commit 569c200

Browse files
fix(templates): remove unsupported attributes and update priority field
Signed-off-by: SEBASTIAN JN <[email protected]>
1 parent 4a66ee4 commit 569c200

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,37 @@ body:
88
label: "🔧 Title"
99
description: "A brief and descriptive title of the feature."
1010
placeholder: "E.g. 'Dark Mode Toggle'"
11-
required: true
1211

1312
- type: textarea
1413
attributes:
1514
label: "📝 Description"
1615
description: "Provide a detailed description of the feature. What problem does it solve?"
1716
placeholder: "E.g. 'Add a toggle in the settings to enable dark mode.'"
18-
required: true
1917

2018
- type: input
2119
attributes:
2220
label: "🔍 Use Case"
2321
description: "What problem does this feature solve for users?"
2422
placeholder: "E.g. 'Helps users who prefer dark mode.'"
25-
required: true
2623

27-
- type: input
24+
- type: select
2825
attributes:
2926
label: "⚡ Priority"
3027
description: "How important is this feature?"
3128
options:
3229
- "critical: Must be implemented immediately"
3330
- "major: Should be implemented soon"
3431
- "minor: Could be implemented later"
35-
required: true
3632

3733
- type: input
3834
attributes:
3935
label: "📱 Platform Version"
4036
description: "Which Android version or app version will this feature target?"
4137
placeholder: "E.g. 'Android 10 or above'"
42-
required: false
4338

4439
- type: input
4540
attributes:
4641
label: "📎 Additional Information"
4742
description: "Any additional context, such as design mockups or related issues."
4843
placeholder: "E.g. 'Link to design mockup or related issue.'"
49-
required: false
5044

0 commit comments

Comments
 (0)