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.
This commit is contained in:
Lunny Xiao 2023-07-05 16:58:56 +08:00 committed by GitHub
parent 90b3b3dbf8
commit c930512f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: