Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Dawson <mdawson@devrus.com>2022-01-06 23:51:38 +0300
committerMichael Dawson <mdawson@devrus.com>2022-02-04 23:54:21 +0300
commit6c0eb942b3d1851773fd31adf7b8cd2e6ccb405a (patch)
treedf694ac88ca3bf54543a855e032c7f25d45c2da0 /.github
parent9e892e22e36c1186ff11cb050c33e5945c52c99d (diff)
doc: feature management proposal
Refs: https://github.com/nodejs/node/discussions/40823 Refs: https://github.com/nodejs/node/issues/41113 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/41420 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/2-feature-request.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml
index 1c5c2fda14e..eca3e6fa48e 100644
--- a/.github/ISSUE_TEMPLATE/2-feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml
@@ -8,6 +8,9 @@ body:
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/guides/feature-request-management.md).
- type: textarea
attributes:
label: What is the problem this feature will solve?