Skip to content

Commit 7dd2fa9

Browse files
authored
Add needs-triage to feature requests (#8624)
We need to look at feature requests and approve them or reject them as appropriate. This adds a label to ensure we notice it as part of our triage process.
1 parent 37bf098 commit 7dd2fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/06_feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 💡 Feature Request
22
description: Suggest an idea for this project.
33
title: "[Feature Request]: "
4-
labels: ["Feature Request"]
4+
labels: ["Feature Request", "needs-triage"]
55
body:
66
- type: textarea
77
attributes:
@@ -24,4 +24,4 @@ body:
2424
- type: textarea
2525
attributes:
2626
label: Alternative Designs
27-
description: If you have an idea how to achieve this new feature, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of.
27+
description: If you have an idea how to achieve this new feature, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of.

0 commit comments

Comments
 (0)