Skip to content

Commit

Permalink
fix(templates): remove invalid checkbox and select types from priorit…
Browse files Browse the repository at this point in the history
…y field

Signed-off-by: SEBASTIAN JN <sebastianjnuwu@gmail.com>
  • Loading branch information
sebastianjnuwu authored Dec 23, 2024
1 parent 975d86c commit 40b01f5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ body:
description: "What problem does this feature solve for users?"
placeholder: "E.g. 'Helps users who prefer dark mode.'"

- type: checkbox
- type: input
attributes:
label: "⚡ Priority"
description: "How important is this feature?"
options:
- "critical: Must be implemented immediately"
- "major: Should be implemented soon"
- "minor: Could be implemented later"
placeholder: "E.g. 'Critical, Major, Minor'"

- type: input
attributes:
Expand Down

0 comments on commit 40b01f5

Please sign in to comment.