Skip to content

Commit fc7d429

Browse files
mhdawsonsxa
authored andcommitted
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 <[email protected]> PR-URL: #42217 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 98b1be0 commit fc7d429

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

doc/contributing/feature-request-management.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ to the issue:
6565
```markdown
6666
There has been no activity on this feature request for
6767
5 months and it is unlikely to be implemented.
68-
It will be closed after 6 months after the last non-automated comment unless there is renewed
69-
discussion or collaborators advocating that it be kept
70-
open. For more information on how the project manages
71-
feature requests please consult the
72-
[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/guides/feature-request-management.md).
68+
It will be closed 6 months after the last non-automated comment.
69+
70+
For more information on how the project manages
71+
feature requests, please consult the
72+
[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
7373
```
7474

7575
If there is no additional activity/discussion on the
@@ -79,11 +79,10 @@ closed:
7979

8080
```markdown
8181
There has been no activity on this feature request
82-
and it is being closed. We value your input
83-
and if you feel closing this issue was not the
84-
right thing to do, please re-open it.
82+
and it is being closed. If you feel closing this issue is not the
83+
right thing to do, please leave a comment.
8584

8685
For more information on how the project manages
87-
feature requests please consult the
88-
[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/guides/feature-request-management.md).
86+
feature requests, please consult the
87+
[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
8988
```

0 commit comments

Comments
 (0)