Description
Discussed in #40823
Originally posted by mhdawson November 15, 2021
We were doing a triage day within the Red Hat Node.js team and as part of that I looked at some of the old issues in the Node.js core repo. Turns out a lot of them are tagged as feature request
.
Some stats:
249 issues out of a total of 1318 are feature requests which is 19% of the total backlog.
153 are greater than 1 year old
96 are greater than 2 years old
49 are greater than 3 years old
17 are greater than 4 years old
103 have not been updated for a year
40 have not been updated for 2 years
9 have not been updated for 3 years
Are there people regularly looking at the issues tagged feature request
.? Do people look at those issues when finding ways to contribute?
I'm asking because I'm wondering about having 2+ year old issues (7% of the backlog) hanging around if they are not actively reviewed/used.
Some light searching on how feature requests lead me to
Getting some feedback through voting on the feature requests to help identify those which are highly requested and closing those which don't reach a certain threshold makes sense to me.