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-03-04 21:07:54 +0300
committerStewart X Addison <sxa@redhat.com>2022-03-07 20:44:06 +0300
commitfc7d4295167c4563a8f2f990113982cf0df91af1 (patch)
treec0c74a51111bec7eadd6534eebff0a657f30ff42
parent98b1be0ec2722abdda43c61d375cb8558db19203 (diff)
doc: update stale feature messages
- update the messages to reflect additional bikeshedding that took place when action was implemented in https://github.com/nodejs/node/blob/master/.github/workflows/close-stale-feature-requests.yml. - fix links to this document in messages as we moved the contributing docs location. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/42217 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
-rw-r--r--doc/contributing/feature-request-management.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/contributing/feature-request-management.md b/doc/contributing/feature-request-management.md
index 45774869cd1..4cd4f008361 100644
--- a/doc/contributing/feature-request-management.md
+++ b/doc/contributing/feature-request-management.md
@@ -65,11 +65,11 @@ to the issue:
```markdown
There has been no activity on this feature request for
5 months and it is unlikely to be implemented.
-It will be closed after 6 months after the last non-automated comment unless there is renewed
-discussion or collaborators advocating that it be kept
-open. For more information on how the project manages
-feature requests please consult the
-[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/guides/feature-request-management.md).
+It will be closed 6 months after the last non-automated comment.
+
+For more information on how the project manages
+feature requests, please consult the
+[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
```
If there is no additional activity/discussion on the
@@ -79,11 +79,10 @@ closed:
```markdown
There has been no activity on this feature request
-and it is being closed. We value your input
-and if you feel closing this issue was not the
-right thing to do, please re-open it.
+and it is being closed. If you feel closing this issue is not the
+right thing to do, please leave a comment.
For more information on how the project manages
-feature requests please consult the
-[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/guides/feature-request-management.md).
+feature requests, please consult the
+[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
```