mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
refactor: Add multiple severity options to bug report template
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -33,6 +33,7 @@ body:
|
||||
id: severity
|
||||
attributes:
|
||||
label: Severity impact
|
||||
multiple: true
|
||||
options:
|
||||
- Low (visual glitch, minor inconvenience)
|
||||
- Medium (major inconvenience, but workaround exists)
|
||||
|
||||
3
.github/advanced-issue-labeler.yml
vendored
3
.github/advanced-issue-labeler.yml
vendored
@@ -9,7 +9,6 @@
|
||||
policy:
|
||||
- section:
|
||||
- id: [severity]
|
||||
block-list: ['None', 'Other']
|
||||
label:
|
||||
- name: 'kind: low severity'
|
||||
keys: ['Low (visual glitch, minor inconvenience)']
|
||||
@@ -19,7 +18,5 @@ policy:
|
||||
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!]']
|
||||
|
||||
|
||||
|
||||
3
.github/workflows/issue-create.yml
vendored
3
.github/workflows/issue-create.yml
vendored
@@ -32,7 +32,4 @@ jobs:
|
||||
with:
|
||||
issue-form: ${{ steps.issue-parser.outputs.jsonString }}
|
||||
section: severity
|
||||
block-list: |
|
||||
None
|
||||
Other
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user