From 9d35e6733793ed0ec4521e564737e57577a5943a Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 5 May 2025 08:31:33 +0200 Subject: [PATCH 1/7] 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 From c094e9aa50290fa71caab2392c066ee9d057a755 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 5 May 2025 08:42:10 +0200 Subject: [PATCH 2/7] update feature template --- .gitea/ISSUE_TEMPLATE/feature.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/ISSUE_TEMPLATE/feature.yml b/.gitea/ISSUE_TEMPLATE/feature.yml index 08b2e2a..298e09c 100644 --- a/.gitea/ISSUE_TEMPLATE/feature.yml +++ b/.gitea/ISSUE_TEMPLATE/feature.yml @@ -2,6 +2,10 @@ name: Feature request description: Suggest an idea for this project labels: - kind/feature +assignees: + - WorldTeacher +proojects: + - KomSuite/3 body: - type: textarea From c585a2c4bbec6f39fdc27c6311e4ad4e0b65c577 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 5 May 2025 08:43:26 +0200 Subject: [PATCH 3/7] revert changes --- .gitea/ISSUE_TEMPLATE/feature.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/feature.yml b/.gitea/ISSUE_TEMPLATE/feature.yml index 298e09c..f130555 100644 --- a/.gitea/ISSUE_TEMPLATE/feature.yml +++ b/.gitea/ISSUE_TEMPLATE/feature.yml @@ -2,10 +2,7 @@ name: Feature request description: Suggest an idea for this project labels: - kind/feature -assignees: - - WorldTeacher -proojects: - - KomSuite/3 + - triage body: - type: textarea @@ -23,4 +20,5 @@ body: attributes: label: Additional information description: | - Add any other context or screenshots about the feature request here. \ No newline at end of file + Add any other context or screenshots about the feature request here. + \ No newline at end of file From b5e5050d3b1df3da70442d87884778f7d78c612f Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 5 May 2025 08:43:43 +0200 Subject: [PATCH 4/7] re-add stuff --- .gitea/ISSUE_TEMPLATE/feature.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/feature.yml b/.gitea/ISSUE_TEMPLATE/feature.yml index f130555..298e09c 100644 --- a/.gitea/ISSUE_TEMPLATE/feature.yml +++ b/.gitea/ISSUE_TEMPLATE/feature.yml @@ -2,7 +2,10 @@ name: Feature request description: Suggest an idea for this project labels: - kind/feature - - triage +assignees: + - WorldTeacher +proojects: + - KomSuite/3 body: - type: textarea @@ -20,5 +23,4 @@ body: attributes: label: Additional information description: | - Add any other context or screenshots about the feature request here. - \ No newline at end of file + Add any other context or screenshots about the feature request here. \ No newline at end of file From fdc033ea334766e70469e25d5eb1112fc55d9fee Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 5 May 2025 08:45:08 +0200 Subject: [PATCH 5/7] revert bug template --- .gitea/ISSUE_TEMPLATE/bug.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug.yml b/.gitea/ISSUE_TEMPLATE/bug.yml index 97f8422..16ea877 100644 --- a/.gitea/ISSUE_TEMPLATE/bug.yml +++ b/.gitea/ISSUE_TEMPLATE/bug.yml @@ -2,9 +2,8 @@ name: Bug Report description: Report a bug in this project labels: - kind/bug - - triage/needs triage + - triage body: - - type: textarea id: bug attributes: @@ -30,5 +29,5 @@ body: label: Additional information description: | Add any other context or screenshots about the bug here. - + \ No newline at end of file From 29bc63ef092869d62f98eb66a1c22320c0bd0ed1 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 5 May 2025 08:45:26 +0200 Subject: [PATCH 6/7] add bug template changes --- .gitea/ISSUE_TEMPLATE/bug.yml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug.yml b/.gitea/ISSUE_TEMPLATE/bug.yml index 16ea877..8837f36 100644 --- a/.gitea/ISSUE_TEMPLATE/bug.yml +++ b/.gitea/ISSUE_TEMPLATE/bug.yml @@ -1,9 +1,11 @@ name: Bug Report description: Report a bug in this project +title: "[Bug]: " labels: - kind/bug - - triage + - triage/needs triage body: + - type: textarea id: bug attributes: @@ -29,5 +31,27 @@ body: label: Additional information description: | Add any other context or screenshots about the bug here. + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: dropdown + id: operating-systems + attributes: + label: What operating systems are you seeing the problem on? + multiple: true + options: + - Windows + - macOS + - Linux + - iOS + - Android + \ No newline at end of file From f061535e81d5afc01e14508cee9d27373494909a Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 5 May 2025 08:50:15 +0200 Subject: [PATCH 7/7] delete bug template --- .gitea/ISSUE_TEMPLATE/bug.yml | 57 ----------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 .gitea/ISSUE_TEMPLATE/bug.yml diff --git a/.gitea/ISSUE_TEMPLATE/bug.yml b/.gitea/ISSUE_TEMPLATE/bug.yml deleted file mode 100644 index 8837f36..0000000 --- a/.gitea/ISSUE_TEMPLATE/bug.yml +++ /dev/null @@ -1,57 +0,0 @@ -name: Bug Report -description: Report a bug in this project -title: "[Bug]: " -labels: - - kind/bug - - triage/needs triage -body: - - - type: textarea - id: bug - attributes: - label: Describe the bug - description: | - A clear and concise description of what the bug is. - What did you expect to happen? What happened instead? - Include screenshots if applicable. - validations: - required: true - - type: textarea - id: reproduction - attributes: - label: Steps to reproduce - description: | - A clear and concise description of how to reproduce the bug. - Include steps, code snippets, or screenshots if applicable. - validations: - required: true - - type: textarea - id: additional-info - attributes: - label: Additional information - description: | - Add any other context or screenshots about the bug here. - - type: dropdown - id: browsers - attributes: - label: What browsers are you seeing the problem on? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge - - - type: dropdown - id: operating-systems - attributes: - label: What operating systems are you seeing the problem on? - multiple: true - options: - - Windows - - macOS - - Linux - - iOS - - Android - - \ No newline at end of file