From 8ac4538a00472941763f8bc205a8c76e433eec89 Mon Sep 17 00:00:00 2001
From: oliverpool <git@olivier.pfad.fr>
Date: Fri, 22 Mar 2024 10:11:35 +0100
Subject: [PATCH] issue_template: bug/new-report label

---
 .gitea/issue_template/bug-report-ui.yaml | 2 +-
 .gitea/issue_template/bug-report.yaml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitea/issue_template/bug-report-ui.yaml b/.gitea/issue_template/bug-report-ui.yaml
index 4d8019839..09513d08e 100644
--- a/.gitea/issue_template/bug-report-ui.yaml
+++ b/.gitea/issue_template/bug-report-ui.yaml
@@ -1,7 +1,7 @@
 name: 🦋 Bug Report (web interface / frontend)
 description: Something doesn't look quite as it should?  Report it here!
 title: "[BUG] "
-labels: ["bug", "forgejo/ui"]
+labels: ["bug/new-report", "forgejo/ui"]
 body:
 - type: markdown
   attributes:
diff --git a/.gitea/issue_template/bug-report.yaml b/.gitea/issue_template/bug-report.yaml
index ce6737817..6edbca886 100644
--- a/.gitea/issue_template/bug-report.yaml
+++ b/.gitea/issue_template/bug-report.yaml
@@ -1,7 +1,7 @@
 name: 🐛 Bug Report (server / backend)
 description: Found something you weren't expecting? Report it here!
 title: "[BUG] "
-labels: bug
+labels: bug/new-report
 body:
 - type: markdown
   attributes: