meta: broaden stale bot · nodejs/node@5e14e4d
@@ -42,50 +42,10 @@ Individual collaborators review issues marked as `feature request`
4242along with other issues and may or may not decide to
4343work on an implementation or advocate on their behalf.
444445-If a collaborator believes a feature request must be implemented
46-they can add the `never-stale` label to the issue and it will
47-be excluded from the automated feature request handling
48-as outlined below.
49-5045## Expressing support for a feature request
51465247If you come across a feature request and want to add your
5348support for that feature please express your support
5449with the thumbs up emoji as a reaction. At some point in the
5550future we may use this as additional input in the automated
5651handling of feature requests.
57-58-## Automated feature request handling
59-60-Our experience is that most feature requests that are
61-likely to be addressed, will be addressed within the first
62-6 months after they are submitted.
63-64-Once there has been no activity on a feature request for
65-5 months, the following comment will be added
66-to the issue:
67-68-```markdown
69-There has been no activity on this feature request for
70-5 months and it is unlikely to be implemented.
71-It will be closed 6 months after the last non-automated comment.
72-73-For more information on how the project manages
74-feature requests, please consult the
75-[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
76-```
77-78-If there is no additional activity/discussion on the
79-feature request in the next month, the following
80-comment is added to the issue and the issue will be
81-closed:
82-83-```markdown
84-There has been no activity on this feature request
85-and it is being closed. If you feel closing this issue is not the
86-right thing to do, please leave a comment.
87-88-For more information on how the project manages
89-feature requests, please consult the
90-[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
91-```