aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNanguan Lin <70063547+lng2020@users.noreply.github.com>2023-10-11 13:25:31 +0800
committerGitHub <noreply@github.com>2023-10-11 13:25:31 +0800
commit248b7ee850ecdb538b22ddcfbe80b6f91be32b70 (patch)
treec89747b9aebff4f880c7d34968ed1292e4dfda5b /.github
parentebe803e514acb4eedc884226be2489ee6b4acd28 (diff)
downloadgitea-248b7ee850ecdb538b22ddcfbe80b6f91be32b70.tar.gz
gitea-248b7ee850ecdb538b22ddcfbe80b6f91be32b70.zip
Align ISSUE_TEMPLATE with the new label system (#27573)
As title
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yaml2
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yaml2
-rw-r--r--.github/ISSUE_TEMPLATE/ui.bug-report.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml
index c482affbbd..94c1bd0ab7 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -1,6 +1,6 @@
name: Bug Report
description: Found something you weren't expecting? Report it here!
-labels: ["kind/bug"]
+labels: ["type/bug"]
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml
index 71aaa09423..3c9953019d 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yaml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yaml
@@ -1,6 +1,6 @@
name: Feature Request
description: Got an idea for a feature that Gitea doesn't have currently? Submit your idea here!
-labels: ["kind/proposal"]
+labels: ["type/proposal"]
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/ui.bug-report.yaml b/.github/ISSUE_TEMPLATE/ui.bug-report.yaml
index ef0a1014e5..387aee897b 100644
--- a/.github/ISSUE_TEMPLATE/ui.bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/ui.bug-report.yaml
@@ -1,6 +1,6 @@
name: Web Interface Bug Report
description: Something doesn't look quite as it should? Report it here!
-labels: ["kind/bug", "kind/ui"]
+labels: ["type/bug", "topic/ui"]
body:
- type: markdown
attributes: