diff options
author | Matteo Collina <hello@matteocollina.com> | 2016-02-29 12:13:22 +0100 |
---|---|---|
committer | Myles Borins <mborins@us.ibm.com> | 2016-04-08 16:52:25 -0400 |
commit | 16216a81dec6f1da289903c62026e988bcefa536 (patch) | |
tree | 2302002d7ee3b5abb6bdd0fa688ce46ca4b97472 /WORKING_GROUPS.md | |
parent | 505faf63601a4db9365f7c11fc7e7c8c0169d91a (diff) | |
download | nodejs-16216a81dec6f1da289903c62026e988bcefa536.tar.gz nodejs-16216a81dec6f1da289903c62026e988bcefa536.tar.bz2 nodejs-16216a81dec6f1da289903c62026e988bcefa536.zip |
meta: add "joining a wg" section to WORKING_GROUPS.md
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: https://github.com/nodejs/node/issues/5448
PR-URL: https://github.com/nodejs/node/pull/5488
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'WORKING_GROUPS.md')
-rw-r--r-- | WORKING_GROUPS.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index 1a413fc72..94e221ebd 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -300,6 +300,11 @@ It's responsibilities are: * Working with the Build Working Group to improve continuous integration. * Improving tooling for testing. +## Joining a WG + +To find out how to join a working group, consult the GOVERNANCE.md in +the working group's repository, or simply open an issue there. + ## Starting a WG A Working Group is established by first defining a charter that can be |