Skip to content

Commit 40b01f5

Browse files
fix(templates): remove invalid checkbox and select types from priority field
Signed-off-by: SEBASTIAN JN <[email protected]>
1 parent 975d86c commit 40b01f5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ body:
2121
description: "What problem does this feature solve for users?"
2222
placeholder: "E.g. 'Helps users who prefer dark mode.'"
2323

24-
- type: checkbox
24+
- type: input
2525
attributes:
2626
label: "⚡ Priority"
2727
description: "How important is this feature?"
28-
options:
29-
- "critical: Must be implemented immediately"
30-
- "major: Should be implemented soon"
31-
- "minor: Could be implemented later"
28+
placeholder: "E.g. 'Critical, Major, Minor'"
3229

3330
- type: input
3431
attributes:

0 commit comments

Comments
 (0)