mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-26 08:21:34 +00:00
refactor: Add severity dropdown to bug report template
This commit is contained in:
25
.github/advanced-issue-labeler.yml
vendored
Normal file
25
.github/advanced-issue-labeler.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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:
|
||||
- section:
|
||||
- id: [severity]
|
||||
block-list: ['None', 'Other']
|
||||
label:
|
||||
- name: 'kind: low severity'
|
||||
keys: ['Low (visual glitch, minor inconvenience)']
|
||||
- name: 'kind: medium severity'
|
||||
keys: ['Medium (major inconvenience, but workaround exists)']
|
||||
- name: 'kind: high severity'
|
||||
keys: ['High (badly broken, no workaround)']
|
||||
- name: 'kind: critical severity'
|
||||
keys: ['Critical (data loss, security issue)']
|
||||
- name: 'kind: enhancement'
|
||||
keys: ['Enhancement (feature request) [we like these too!]']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user