Skip to content

Commit

Permalink
Remove feature label from feature request issue template (#25696)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lunny committed Jul 5, 2023
1 parent 90b3b3d commit c930512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c930512

Please sign in to comment.