-
Notifications
You must be signed in to change notification settings - Fork 145
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
Document the current 'top 10' express' issues #233
Comments
@wesleytodd FYI, once you have the list can you post a link here for the team as an FYI |
Can a top ten item from Express be to help triage new incoming issues? Or can it only be existing, open issues? What about help monitoring our chat rooms and helping answer questions or other similar things? |
@dougwilson when I talked with @wesleytodd we had talked about how to identify issues that the team wanted help to triage/answer questions. The key thing we talked about was how to make people comfortable in doing that even if they don't have the level of expertise that the existing Express team has. The hesitation being that they might get it wrong. Some kind of signal from the Express team that for these issues "trying" to help is appreciated even if you might not be an expert would probably help. After the discussion my understanding of what the ask from the Express team was that it would most likely be along the lines of:
Having "help with triage" in the top 10 list as well might be good to reinforce that aspect but would be good to have some other concrete issues people could work on. In terms of getting some additional help on the triage side next step might be to figure out how to make people comfortable with jumping in even if they don't feel they have as high a level of expertise as they'd like. |
I have some specific ideas for how this can work which I can go over in our TC meeting. Mainly I think we can use the existing issue tags and a small bit of automation to look at all the repos and assemble a list.
For initial triage, I thought we could have a list of most recent issues opened across all the repos, and then also use the For the "top 10 issues", that is really what this issue is about identifying. The top ~10 things express needs today. Might be tests or documentation or even just a always number 1 "help with triage". These are the second tier of participation. It might take some context to help, but hopefully not much. This list could be automated a bit, and I have an initial one I will post before the TC meeting. The last category of contribution would be major contributions, maybe best for people on track to join the TC or champion major parts of the Express ecosystem. |
I started getting the tagging going: https://github.com/expressjs/express/pulls?q=is%3Apr+is%3Aopen+label%3A%22Top+Priority%22 More to come soon! |
So this is still a WIP, but I just pushed some changes which make this mostly usable. https://expressjs.github.io/statusboard The issues lists are made from actual tagged issues. I am having trouble with what I think is GitHub Actions timing out the index job, but most of the work on this is functional. Once I get the build issues worked out I will merge and it will attempt to re-index every 2 hours. My hope for this project is that it helps communities similar to Express to manage work being done across many repos. I have talked a little with Jory from the OpenJS Foundation as a place to centralize the Obviously this needs a lot more work, so any contributions or input is welcome! |
[express pkg maint comment](nodejs#233 (comment)) as a starting point.
@Eomm, ideally we should document the current 'top 10' in an issue (either here or in the express repo) and have at least a pointer from this repo so that we can actively track what we should encouraging people to help out with.
Originally posted by @mhdawson in #230 (comment)
Reference #230
The text was updated successfully, but these errors were encountered: