Skip to content

Commit c930512

Browse files
authored
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.
1 parent 90b3b3d commit c930512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Got an idea for a feature that Gitea doesn't have currently? Submit your idea here!
3-
labels: ["kind/feature", "kind/proposal"]
3+
labels: ["kind/proposal"]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)