From 6545094a94aa93a97b39119f55e8d8924833455c Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 4 Mar 2022 13:07:54 -0500 Subject: [PATCH] doc: update stale feature messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 PR-URL: https://github.com/nodejs/node/pull/42217 Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen Reviewed-By: Mestery Reviewed-By: Tobias Nießen Reviewed-By: Benjamin Gruenbaum --- .../feature-request-management.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/contributing/feature-request-management.md b/doc/contributing/feature-request-management.md index 45774869cd1738..4cd4f00836130d 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). ```