summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.