diff options
author | Michael Dawson <michael_dawson@ca.ibm.com> | 2017-12-14 15:16:35 -0500 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-02-12 19:28:24 -0500 |
commit | 722640f562c999d01ef9574882e50c0379ef81da (patch) | |
tree | a740bb59eaeae96554355387dc3fe1cac82a5181 | |
parent | f291bc1d980a1d3420a6d65b1dd3f501c838b344 (diff) | |
download | node-new-722640f562c999d01ef9574882e50c0379ef81da.tar.gz |
doc: instructions on how to make membership public
PR-URL: https://github.com/nodejs/node/pull/17688
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
-rw-r--r-- | doc/onboarding.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/onboarding.md b/doc/onboarding.md index 5008a6bca0..af6407c416 100644 --- a/doc/onboarding.md +++ b/doc/onboarding.md @@ -38,6 +38,10 @@ onboarding session. * Branches in the nodejs/node repository are only for release lines * [See "Updating Node.js from Upstream"](./onboarding-extras.md#updating-nodejs-from-upstream) * Make a new branch for each PR you submit. + * Membership: Consider making your membership in the Node.js GitHub organization + public. This makes it easier to identify Collaborators. Instructions on how to + do that are available at + [Publicizing or hiding organization membership](https://help.github.com/articles/publicizing-or-hiding-organization-membership/). * Notifications: * Use [https://github.com/notifications](https://github.com/notifications) or set up email |