From 9d35e6733793ed0ec4521e564737e57577a5943a Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 5 May 2025 08:31:33 +0200 Subject: [PATCH] change labels --- .gitea/ISSUE_TEMPLATE/bug.yml | 23 +++-------------------- .gitea/ISSUE_TEMPLATE/feature.yml | 1 - 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug.yml b/.gitea/ISSUE_TEMPLATE/bug.yml index e1f356e..97f8422 100644 --- a/.gitea/ISSUE_TEMPLATE/bug.yml +++ b/.gitea/ISSUE_TEMPLATE/bug.yml @@ -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 + \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/feature.yml b/.gitea/ISSUE_TEMPLATE/feature.yml index cb6338e..08b2e2a 100644 --- a/.gitea/ISSUE_TEMPLATE/feature.yml +++ b/.gitea/ISSUE_TEMPLATE/feature.yml @@ -2,7 +2,6 @@ name: Feature request description: Suggest an idea for this project labels: - kind/feature - - triage body: - type: textarea