-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
meta: add "joining a wg" section to WORKING_GROUPS.md #5488
Conversation
In the WORKING_GROUPS.md documentation, it is described how to start a wg, but not how to join an existing wg. This commit addresses that issue. Fixes: nodejs#5448
lgtm although an audit of what each of the WGs listed in this document is probably in order and we should make sure it's part of the WG charter process @mcollina would you mind doing a quick audit and posting the results here? |
These are (or are not) the WG which includes a section on "how to join":
Most wg do not include a governance doc, I think we should fix that as well. (I've skipped the internationalization groups) Currently this paragraph about joing is listed in the boostrap document, but I think it is worth repeating it in the main document, given that somebody who want to join a WG will likely skip the bootstrapping: https://github.com/nodejs/node/blob/master/WORKING_GROUPS.md#bootstrap-governance. |
Inclusivity WG (which is not listed above for some reason) has its own how-to-join process that involves filling out an online form. |
@Trott inclusivity is not listed because it is not listed here: https://github.com/nodejs/node/blob/master/WORKING_GROUPS.md. @nodejs/inclusivity would you mind adding adding a description there? I've updated the list. |
I'm pretty certain the inclusivity working group isn't supposed to be listed here. My understanding, and correct me if I'm wrong, is that this list is for working groups under the CTC, but the inclusivity WG is the (only) WG under the TSC, not the CTC. |
^ that's correct, don't include it here, although it might be a good idea to think about how we can make sure people know about it and how to join it if they come here expecting to see a complete list of possible WGs to get involved in. |
I think it should be listed in that doc anyway, noting the fact that it is
|
LGTM |
I rebased and fixed this up on landing. Landed in d7987d9 |
In the WORKING_GROUPS.md documentation, it is described how to start a
wg, but not how to join an existing wg. This commit addresses that
issue.
Fixes: #5448
cc @Fishrock123 @mikeal @Trott