chore: add severity to feature request template
This commit is contained in:
parent
6782e2b64d
commit
2c80182d75
1 changed files with 9 additions and 0 deletions
9
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
9
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue