chore: add severity to feature request template

This commit is contained in:
Steven Arcangeli 2023-12-05 17:06:12 -08:00 committed by GitHub
parent 6782e2b64d
commit 2c80182d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,15 @@ body:
placeholder: I am trying to do X. My current workflow is Y. placeholder: I am trying to do X. My current workflow is Y.
validations: validations:
required: false 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 - type: textarea
attributes: attributes:
label: Additional details label: Additional details