summaryrefslogtreecommitdiff
path: root/doc/onboarding.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-01-18 12:30:19 +0100
committerMyles Borins <myles.borins@gmail.com>2017-03-08 17:10:24 -0800
commit42a5989b39ef1c9a4133cd3117ccd80d5e8af205 (patch)
treec6e37f26ce1fc66eac7fb38572498785567fbc19 /doc/onboarding.md
parentcdc981f6e161111de5cb2e959216256655f23c91 (diff)
downloadnode-new-42a5989b39ef1c9a4133cd3117ccd80d5e8af205.tar.gz
doc: mention moderation repo in onboarding doc
PR-URL: https://github.com/nodejs/node/pull/10869 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'doc/onboarding.md')
-rw-r--r--doc/onboarding.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/onboarding.md b/doc/onboarding.md
index dbe3dfd569..14e4572890 100644
--- a/doc/onboarding.md
+++ b/doc/onboarding.md
@@ -71,6 +71,10 @@ onboarding session.
* [**See "Who to CC in issues"**](./onboarding-extras.md#who-to-cc-in-issues)
* will also come more naturally over time
+ * When a discussion gets heated, you can request that other collaborators keep an eye on it by opening an issue at the private [nodejs/moderation](https://github.com/nodejs/moderation) repository.
+ * This is a repository to which all members of the `nodejs` GitHub organization (not just Collaborators on Node.js core) have access. Its contents should not be shared externally.
+ * You can find the full moderation policy [here](https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md).
+
## Reviewing PRs
* The primary goal is for the codebase to improve.
* Secondary (but not far off) is for the person submitting code to succeed.