refactor: Add severity dropdown to bug report template

This commit is contained in:
Mauro Balades
2024-07-29 00:43:01 +02:00
parent 2dd50cfe9a
commit 5985420dbb
3 changed files with 76 additions and 0 deletions

View File

@@ -29,6 +29,19 @@ body:
placeholder: 1.0.0
validations:
required: true
- type: dropdown
id: severity
attributes:
label: Severity impact
options:
- Low (visual glitch, minor inconvenience)
- Medium (major inconvenience, but workaround exists)
- High (badly broken, no workaround)
- Critical (data loss, security issue)
- Enhancement (feature request) [we like these too!]
validations:
required: true
- type: dropdown
id: platform
attributes: