-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintaining a project board to manage feature requests #41988
Comments
go ahead, I like the proposal! |
It's been a while since I've used GH projects, but I think we can automatically assign issues with feature request label to the project without a GitHub action. Also +1 this seems like a good way to organize things |
Automated workflows for GH projects are quite limited right now. I don't see anything related to labels: https://github.com/orgs/nodejs/projects/4/workflows/ |
+1 to the suggestion from me. In terms of:
A few thoughts to kick off the discussion:
|
I like that idea. I don't know if we can filter using the creation date, though.
Not sure we can do that out of the box.
SGTM. I added the view, but there is no issue with this label at the moment. |
About the "Status" field, here are the values I put for now:
Did I miss anything? |
With the future stale bot closing feature requests after a period of inactivity, we probably need a status for those, because they are not necessarily something that we don't want in core. |
@targos I think they would have the tag |
I added a "Stale" status for those. |
Refs: #41113
I started experimenting with it in https://github.com/orgs/nodejs/projects/4
I think that if done well it will be beneficial for us collaborators and for users.
Now if other people agree with me, the next steps would be:
/cc @nodejs/tsc
The text was updated successfully, but these errors were encountered: