mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
a07757dc01
PR-URL: https://github.com/nodejs/node/pull/42092 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
27 lines
860 B
YAML
27 lines
860 B
YAML
name: 🚀 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.
|
|
|
|
For more information on how the project manages feature
|
|
requests, see [Feature request management](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the problem this feature will solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the feature you are proposing to solve the problem?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What alternatives have you considered?
|