mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
refactor: Update bug report template with severity options
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
|
16
.github/advanced-issue-labeler.yml
vendored
16
.github/advanced-issue-labeler.yml
vendored
@@ -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']
|
||||
|
||||
|
Reference in New Issue
Block a user