summaryrefslogtreecommitdiff
path: root/doc/onboarding.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-01-18 12:30:19 +0100
committerAnna Henningsen <anna@addaleax.net>2017-01-21 08:56:58 +0100
commit0c58193d1b1f9ac492a3fd44644e151996a94cb6 (patch)
tree05edef6733b40147d39a634816b6ff841beac9e8 /doc/onboarding.md
parentb5474c8cee47cda7ca0e3711bd39ebcd8a6d8964 (diff)
downloadandroid-node-v8-0c58193d1b1f9ac492a3fd44644e151996a94cb6.tar.gz
android-node-v8-0c58193d1b1f9ac492a3fd44644e151996a94cb6.tar.bz2
android-node-v8-0c58193d1b1f9ac492a3fd44644e151996a94cb6.zip
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.