Uh oh!
There was an error while loading. Please reload this page.
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
rvagg
commented
Feb 29, 2016
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? |
mcollina
commented
Feb 29, 2016
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. |
Trott
commented
Feb 29, 2016
Inclusivity WG (which is not listed above for some reason) has its own how-to-join process that involves filling out an online form. |
mcollina
commented
Mar 1, 2016
@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. |
nebrius
commented
Mar 1, 2016
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. |
rvagg
commented
Mar 1, 2016
^ 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. |
mcollina
commented
Mar 1, 2016
I think it should be listed in that doc anyway, noting the fact that it is
|
jasnell
commented
Mar 21, 2016
jasnell
commented
Apr 2, 2016
LGTM |
jasnell
commented
Apr 2, 2016
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