change labels
This commit is contained in:
@@ -2,12 +2,9 @@ name: Bug Report
|
||||
description: Report a bug in this project
|
||||
labels:
|
||||
- kind/bug
|
||||
- triage
|
||||
- triage/needs triage
|
||||
body:
|
||||
- name: Bug Report
|
||||
description: |
|
||||
Please fill out the following sections to help us understand the bug.
|
||||
If you have screenshots or code snippets, please include them.
|
||||
|
||||
- type: textarea
|
||||
id: bug
|
||||
attributes:
|
||||
@@ -33,19 +30,5 @@ body:
|
||||
label: Additional information
|
||||
description: |
|
||||
Add any other context or screenshots about the bug here.
|
||||
- type: dropdown
|
||||
id: severity
|
||||
attributes:
|
||||
label: Severity
|
||||
description: |
|
||||
Select the severity of the bug.
|
||||
options:
|
||||
- label: Critical
|
||||
value: critical
|
||||
- label: Major
|
||||
value: major
|
||||
- label: Minor
|
||||
value: minor
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
labels:
|
||||
- kind/feature
|
||||
- triage
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
|
||||
Reference in New Issue
Block a user