Skip to content

Commit 3e188ca

Browse files
Trotttargos
authored andcommitted
meta: replace feature request template with form
The bug report form doesn't seem to result in many invalid/spam reports, but the template still results in lots of issues opened by apparent bots that don't modify the default template imput. Change the feature request template to a form to hopefully better serve people proposing features and reduce bot-generated junk issues. PR-URL: #41317 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
1 parent 75ff8e6 commit 3e188ca

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
This issue tracker is for bugs and issues found within Node.js core.
1010
If you require more general support please file an issue on our help repo. https://github.com/nodejs/help
1111
12-
Please fill in as much of the form below as you're able.
12+
Please fill in as much of the following form as you're able.
1313
- type: input
1414
attributes:
1515
label: Version

.github/ISSUE_TEMPLATE/2-feature-request.md

-20
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "\U0001F680 Feature request"
2+
description: Suggest an idea for this project
3+
labels: ["feature request"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for suggesting an idea to make Node.js better.
9+
10+
Please fill in as much of the following form as you're able.
11+
- type: textarea
12+
attributes:
13+
label: What is the problem this feature will solve?
14+
- type: textarea
15+
attributes:
16+
label: What is the feature you are proposing to solve the problem?
17+
- type: textarea
18+
attributes:
19+
label: What alternatives have you considered?

0 commit comments

Comments
 (0)