aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-07-05 16:58:56 +0800
committerGitHub <noreply@github.com>2023-07-05 16:58:56 +0800
commitc930512f4956df3fa46970c6b89a39381c4d1e91 (patch)
tree0323506d00916d460e6600358d02be3bd849b554 /.github/ISSUE_TEMPLATE
parent90b3b3dbf83dd88aab00d35535fe913b8d313bfb (diff)
downloadgitea-c930512f4956df3fa46970c6b89a39381c4d1e91.tar.gz
gitea-c930512f4956df3fa46970c6b89a39381c4d1e91.zip
Remove `feature` label from `feature request` issue template (#25696)
We need a feature request process, so when a user submit a feature proposal, it should not be marked as feature before it has been accept.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml
index 37f57c8f23..b481e0c2de 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/feature", "kind/proposal"]
+labels: ["kind/proposal"]
body:
- type: markdown
attributes: