Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e188ca

Browse filesBrowse 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 <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
1 parent 75ff8e6 commit 3e188ca
Copy full SHA for 3e188ca

File tree

Expand file treeCollapse file tree

3 files changed

+20
-21
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+20
-21
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1-bug-report.yml
+1-1Lines changed: 1 addition & 1 deletion
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
Collapse file

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

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2-feature-request.md
-20Lines changed: 0 additions & 20 deletions
This file was deleted.
Collapse file
+19Lines changed: 19 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.