refactor: Update bug report template with severity options

This commit is contained in:
Mauro Balades
2024-07-29 00:59:29 +02:00
parent fd7d0bbd50
commit 05a6dcb416
2 changed files with 11 additions and 17 deletions

View File

@@ -33,13 +33,13 @@ body:
id: severity
attributes:
label: Severity impact
multiple: true
description: See label descriptions for more information.
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!]
- Low
- Medium
- High
- Critical
- Enhancement
validations:
required: true

View File

@@ -1,25 +1,19 @@
---
# Keep up to date with workflows/issue-create.yml !!!
# 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!]
policy:
- template: [bug_report.yml]
section:
- id: [severity]
label:
- name: 'kind: low severity'
keys: ['Low (visual glitch, minor inconvenience)']
keys: ['Low']
- name: 'kind: medium severity'
keys: ['Medium (major inconvenience, but workaround exists)']
keys: ['Medium']
- name: 'kind: high severity'
keys: ['High (badly broken, no workaround)']
keys: ['High']
- name: 'kind: critical severity'
keys: ['Critical (data loss, security issue)']
keys: ['Critical']
- name: 'kind: enhancement'
keys: ['Enhancement (feature request) [we like these too!]']
keys: ['Enhancement']