mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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: https://github.com/nodejs/node/pull/41317 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
This commit is contained in:
parent
e4aa575b05
commit
5ed706673a
2
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@ -9,7 +9,7 @@ body:
|
||||
This issue tracker is for bugs and issues found within Node.js core.
|
||||
If you require more general support please file an issue on our help repo. https://github.com/nodejs/help
|
||||
|
||||
Please fill in as much of the form below as you're able.
|
||||
Please fill in as much of the following form as you're able.
|
||||
- type: input
|
||||
attributes:
|
||||
label: Version
|
||||
|
20
.github/ISSUE_TEMPLATE/2-feature-request.md
vendored
20
.github/ISSUE_TEMPLATE/2-feature-request.md
vendored
@ -1,20 +0,0 @@
|
||||
---
|
||||
name: "\U0001F680 Feature request"
|
||||
about: Suggest an idea for this project
|
||||
labels: feature request
|
||||
---
|
||||
|
||||
<!--
|
||||
Thank you for suggesting an idea to make Node.js better.
|
||||
|
||||
Please fill in as much of the template below as you're able.
|
||||
-->
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
Please describe the problem you are trying to solve.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
Please describe the desired behavior.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
Please describe alternative solutions or features you have considered.
|
19
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: "\U0001F680 Feature request"
|
||||
description: Suggest an idea for this project
|
||||
labels: ["feature request"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for suggesting an idea to make Node.js better.
|
||||
|
||||
Please fill in as much of the following form as you're able.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What is the problem this feature will solve?
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What is the feature you are proposing to solve the problem?
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What alternatives have you considered?
|
Loading…
Reference in New Issue
Block a user