From c5fe37e5fdc3694ed9c90ee880bfbd1cf1dbf0ac Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 18 Jan 2017 12:30:19 +0100 Subject: [PATCH 1/4] doc: mention moderation repo in onboarding doc --- doc/onboarding.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/onboarding.md b/doc/onboarding.md index dbe3dfd569b7ae..92d80610a9a293 100644 --- a/doc/onboarding.md +++ b/doc/onboarding.md @@ -71,6 +71,9 @@ 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 [nodejs/moderation](https://github.com/nodejs/moderation) repository. + * 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. From 893432c620791151cff0a73b92d7c6d94e42699a Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 18 Jan 2017 17:28:11 +0100 Subject: [PATCH 2/4] [squash] mention confidentiality of nodejs/moderation --- doc/onboarding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/onboarding.md b/doc/onboarding.md index 92d80610a9a293..dd96f9eccf81ba 100644 --- a/doc/onboarding.md +++ b/doc/onboarding.md @@ -71,7 +71,8 @@ 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 [nodejs/moderation](https://github.com/nodejs/moderation) repository. + * 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 only GitHub organization members have access and its contents are considered confidential. * You can find the full moderation policy [here](https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md). ## Reviewing PRs From 7740cc432f3eb5338bc11220cf82b800664b3b1c Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 18 Jan 2017 18:27:26 +0100 Subject: [PATCH 3/4] [squash] mention that not just core collaborators have access to nodejs/moderation --- doc/onboarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/onboarding.md b/doc/onboarding.md index dd96f9eccf81ba..e865680313b2ac 100644 --- a/doc/onboarding.md +++ b/doc/onboarding.md @@ -72,7 +72,7 @@ onboarding session. * 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 only GitHub organization members have access and its contents are considered confidential. + * This is a repository to which all GitHub organization members (not just collaborators on Node 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 From d192543a6511a6e679db21475749bdb5bd42dedd Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 18 Jan 2017 19:05:13 +0100 Subject: [PATCH 4/4] [squash] improve wording --- doc/onboarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/onboarding.md b/doc/onboarding.md index e865680313b2ac..14e4572890dbbe 100644 --- a/doc/onboarding.md +++ b/doc/onboarding.md @@ -72,7 +72,7 @@ onboarding session. * 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 GitHub organization members (not just collaborators on Node core) have access. Its contents should not be shared externally. + * 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