diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-07-05 16:58:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 16:58:56 +0800 |
commit | c930512f4956df3fa46970c6b89a39381c4d1e91 (patch) | |
tree | 0323506d00916d460e6600358d02be3bd849b554 /.github/ISSUE_TEMPLATE | |
parent | 90b3b3dbf83dd88aab00d35535fe913b8d313bfb (diff) | |
download | gitea-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.yaml | 2 |
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: |