change labels

This commit is contained in:
2025-05-05 08:31:33 +02:00
parent 82cbe5ba36
commit 9d35e67337
2 changed files with 3 additions and 21 deletions

View File

@@ -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

View File

@@ -2,7 +2,6 @@ name: Feature request
description: Suggest an idea for this project
labels:
- kind/feature
- triage
body:
- type: textarea