summaryrefslogtreecommitdiff
path: root/GOVERNANCE.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-04-17 11:32:41 -0700
committerRich Trott <rtrott@gmail.com>2019-04-19 14:31:49 -0700
commitd4dae5e1ca973c4adbcf9ff93fcbc984e8ab2893 (patch)
treeaf722de85a3db865a8a0c26ec433d361363b3962 /GOVERNANCE.md
parent88beaf01f14fb042de72dfbbc15f80c71b33bc9e (diff)
downloadandroid-node-v8-d4dae5e1ca973c4adbcf9ff93fcbc984e8ab2893.tar.gz
android-node-v8-d4dae5e1ca973c4adbcf9ff93fcbc984e8ab2893.tar.bz2
android-node-v8-d4dae5e1ca973c4adbcf9ff93fcbc984e8ab2893.zip
doc: simplify bullet points in GOVERNANCE.md
Simplify the nominee-contributions bullet points in GOVERNANCE.md. PR-URL: https://github.com/nodejs/node/pull/27284 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'GOVERNANCE.md')
-rw-r--r--GOVERNANCE.md30
1 files changed, 13 insertions, 17 deletions
diff --git a/GOVERNANCE.md b/GOVERNANCE.md
index 21fc9eb5c2..099161f87b 100644
--- a/GOVERNANCE.md
+++ b/GOVERNANCE.md
@@ -117,24 +117,20 @@ To nominate a new Collaborator, open an issue in the [nodejs/node][] repository.
Provide a summary of the nominee's contributions. For example:
* Commits in the [nodejs/node][] repository.
- * Can be shown using the link
- `https://github.com/nodejs/node/commits?author=${GITHUB_ID}`
- (replace `${GITHUB_ID}` with the nominee's GitHub ID).
+ * Use the link `https://github.com/nodejs/node/commits?author=GITHUB_ID`
* Pull requests and issues opened in the [nodejs/node][] repository.
- * Can be shown using the link
- `https://github.com/nodejs/node/pulls?q=author%3A${GITHUB_ID}+`
-* Comments and reviews on issues and pull requests in the
- [nodejs/node][] repository
- * Can be shown using the links
- `https://github.com/nodejs/node/pulls?q=reviewed-by%3A${GITHUB_ID}+`
- and `https://github.com/nodejs/node/pulls?q=commenter%3A${GITHUB_ID}+`
-* Assistance provided to end users and novice contributors
-* Participation in other projects, teams, and working groups of the
- Node.js organization
- * Can be shown using the links
- `https://github.com/search?q=author%3A${GITHUB_ID}++org%3Anodejs&type=Issues`
- and
-`https://github.com/search?q=commenter%3A${GITHUB_ID}++org%3Anodejs&type=Issues`
+ * Use the link `https://github.com/nodejs/node/issues?q=author:GITHUB_ID`
+* Comments on pull requests and issues in the [nodejs/node][] repository
+ * Use the link `https://github.com/nodejs/node/issues?q=commenter:GITHUB_ID`
+* Reviews on pull requests in the [nodejs/node][] repository
+ * Use the link `https://github.com/nodejs/node/pulls?q=reviewed-by:GITHUB_ID`
+* Help provided to end users and novice contributors
+* Pull requests and issues opened throughout the Node.js organization
+ * Use the link `https://github.com/search?q=author:GITHUB_ID+org:nodejs`
+* Comments on pull requests and issues throughout the Node.js organization
+ * Use the link `https://github.com/search?q=commenter:GITHUB_ID+org:nodejs`
+* Participation in other projects, teams, and working groups of the Node.js
+ organization
* Other participation in the wider Node.js community
Mention @nodejs/collaborators in the issue to notify other Collaborators about