Skip to content

Commit

Permalink
chore: add severity to feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc authored Dec 6, 2023
1 parent 6782e2b commit 2c80182
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ body:
placeholder: I am trying to do X. My current workflow is Y.
validations:
required: false
- type: dropdown
attributes:
label: What is the significance of this feature?
options:
- nice to have
- strongly desired
- cannot use this plugin without it
validations:
required: true
- type: textarea
attributes:
label: Additional details
Expand Down

0 comments on commit 2c80182

Please sign in to comment.