Skip to content

Commit d4dae5e

Browse files
committedApr 19, 2019
doc: simplify bullet points in GOVERNANCE.md
Simplify the nominee-contributions bullet points in GOVERNANCE.md. PR-URL: #27284 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 88beaf0 commit d4dae5e

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed
 

‎GOVERNANCE.md

+13-17
Original file line numberDiff line numberDiff line change
@@ -117,24 +117,20 @@ To nominate a new Collaborator, open an issue in the [nodejs/node][] repository.
117117
Provide a summary of the nominee's contributions. For example:
118118

119119
* Commits in the [nodejs/node][] repository.
120-
* Can be shown using the link
121-
`https://github.com/nodejs/node/commits?author=${GITHUB_ID}`
122-
(replace `${GITHUB_ID}` with the nominee's GitHub ID).
120+
* Use the link `https://github.com/nodejs/node/commits?author=GITHUB_ID`
123121
* Pull requests and issues opened in the [nodejs/node][] repository.
124-
* Can be shown using the link
125-
`https://github.com/nodejs/node/pulls?q=author%3A${GITHUB_ID}+`
126-
* Comments and reviews on issues and pull requests in the
127-
[nodejs/node][] repository
128-
* Can be shown using the links
129-
`https://github.com/nodejs/node/pulls?q=reviewed-by%3A${GITHUB_ID}+`
130-
and `https://github.com/nodejs/node/pulls?q=commenter%3A${GITHUB_ID}+`
131-
* Assistance provided to end users and novice contributors
132-
* Participation in other projects, teams, and working groups of the
133-
Node.js organization
134-
* Can be shown using the links
135-
`https://github.com/search?q=author%3A${GITHUB_ID}++org%3Anodejs&type=Issues`
136-
and
137-
`https://github.com/search?q=commenter%3A${GITHUB_ID}++org%3Anodejs&type=Issues`
122+
* Use the link `https://github.com/nodejs/node/issues?q=author:GITHUB_ID`
123+
* Comments on pull requests and issues in the [nodejs/node][] repository
124+
* Use the link `https://github.com/nodejs/node/issues?q=commenter:GITHUB_ID`
125+
* Reviews on pull requests in the [nodejs/node][] repository
126+
* Use the link `https://github.com/nodejs/node/pulls?q=reviewed-by:GITHUB_ID`
127+
* Help provided to end users and novice contributors
128+
* Pull requests and issues opened throughout the Node.js organization
129+
* Use the link `https://github.com/search?q=author:GITHUB_ID+org:nodejs`
130+
* Comments on pull requests and issues throughout the Node.js organization
131+
* Use the link `https://github.com/search?q=commenter:GITHUB_ID+org:nodejs`
132+
* Participation in other projects, teams, and working groups of the Node.js
133+
organization
138134
* Other participation in the wider Node.js community
139135

140136
Mention @nodejs/collaborators in the issue to notify other Collaborators about

0 commit comments

Comments
 (0)
Please sign in to comment.