2022-02-17 16:13:01 +01:00
|
|
|
name: 🚀 Feature request
|
2021-12-28 21:42:19 +01:00
|
|
|
description: Suggest an idea for this project
|
2022-01-29 21:31:01 +01:00
|
|
|
labels: [feature request]
|
2021-12-28 21:42:19 +01:00
|
|
|
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.
|
2022-01-06 21:51:38 +01:00
|
|
|
|
|
|
|
For more information on how the project manages feature
|
2022-02-23 15:13:59 +01:00
|
|
|
requests, see [Feature request management](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
|
2021-12-28 21:42:19 +01:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: What is the problem this feature will solve?
|
2022-01-05 11:05:34 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-12-28 21:42:19 +01:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: What is the feature you are proposing to solve the problem?
|
2022-01-05 11:05:34 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-12-28 21:42:19 +01:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: What alternatives have you considered?
|