-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP - doc: allow multiple orgs and add pkgjs org (#484)
* doc: allow multiple orgs and add pkgjs org Refs: #470 Signed-off-by: Michael Dawson <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Moderation policy | ||
|
||
If you are not a member of the Node.js GitHub Organization and wish to submit a | ||
If you are not a member of the Node.js GitHub Organizations and wish to submit a | ||
moderation request, please see [Requesting Moderation][] | ||
|
||
* [Applicability][] | ||
|
@@ -20,10 +20,10 @@ moderation request, please see [Requesting Moderation][] | |
|
||
## Applicability | ||
|
||
This policy applies to all repositories under the Node.js GitHub | ||
Organization and all Node.js Working Groups. This policy also applies to the | ||
[Node.js Slack Community](https://node-js.slack.com), supported by the Admin | ||
team of the Slack organization. | ||
This policy applies to all repositories under the Node.js | ||
[GitHub Organizations][] and all Node.js Working Groups. This policy also | ||
applies to the [Node.js Slack Community](https://node-js.slack.com), | ||
supported by the Admin team of the Slack organization. | ||
|
||
## Terms | ||
|
||
|
@@ -38,10 +38,10 @@ team of the Slack organization. | |
address Code of Conduct violations. | ||
* *Remove* refers to the act of removing the configured write (commit) | ||
permissions for an individual Collaborator's GitHub account from *all* | ||
Node.js GitHub Organization repositories as well as removing the account from | ||
the Node.js GitHub Organization membership. | ||
Node.js GitHub Organizations repositories as well as removing the account from | ||
the Node.js GitHub Organizations membership. | ||
* *Block* refers to the act of prohibiting an individual GitHub account from any | ||
further participation in the Node.js GitHub Organization. A block may be | ||
further participation in the Node.js GitHub Organizations. A block may be | ||
*temporary* or *indefinite*. | ||
* This Moderation Policy applies only to blocking from the organization. | ||
Individuals may choose to | ||
|
@@ -89,7 +89,7 @@ used to request Moderation. | |
|
||
Collaborators must never discuss the specific details of a Moderation request | ||
in any public forum or any social media service outside of the Node.js GitHub | ||
Organization. | ||
Organizations. | ||
|
||
Note that quoting the original content of a Post within a Moderation request or | ||
nodejs/moderation repository issue is not considered a violation of the | ||
|
@@ -119,12 +119,12 @@ a Post from Moderation. | |
within that repository's issue tracker. | ||
* The Moderation Team serves as the final arbiter for all Moderation issues. | ||
* Moderation Team members may Remove or Block an individual from the Node.js | ||
GitHub Organization. | ||
GitHub Organizations. | ||
* For any Removal or Blocking action, an issue describing the reasons for the | ||
action, and identifying the Github account being acted upon, must be posted | ||
to the Moderation Repository with an explanation provided by the Moderation | ||
Team member performing the action. | ||
* Any individual Blocked from the Node.js GitHub Organization will be recommended | ||
* Any individual Blocked from the Node.js GitHub Organizations will be recommended | ||
for exclusion from any Node.js Foundation sponsored event or activity. | ||
* Minor edits to the formatting of a Post or to correct typographical errors | ||
are not considered to be "Moderation". Such edits and their intent must | ||
|
@@ -194,7 +194,7 @@ of the [Code of Conduct][]. | |
|
||
The Moderation Team may, at their discretion, choose to enable [GitHub's | ||
Temporary Interaction Limits][] on any GitHub repository in the Node.js GitHub | ||
Organization. | ||
Organizations. | ||
|
||
Any Collaborator may request that the Moderation Team enable the Temporary | ||
Interaction Limits by posting an issue to the moderation repository. If the | ||
|
@@ -347,3 +347,5 @@ any proposed change, a TSC vote in favor of the change is required. | |
[Modifications to This Policy]: #modifications-to-this-policy | ||
[[email protected]]: mailto:[email protected] | ||
[block other individuals from their personal GitHub accounts]: https://help.github.com/en/articles/blocking-a-user-from-your-personal-account | ||
[GitHub Organizations]: https://github.com/nodejs/admin/blob/master/GITHUB_ORG_MANAGEMENT_POLICY.md | ||
|