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>
This commit is contained in:
Rich Trott 2019-04-17 11:32:41 -07:00
parent 88beaf01f1
commit d4dae5e1ca

View File

@ -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: Provide a summary of the nominee's contributions. For example:
* Commits in the [nodejs/node][] repository. * Commits in the [nodejs/node][] repository.
* Can be shown using the link * Use the link `https://github.com/nodejs/node/commits?author=GITHUB_ID`
`https://github.com/nodejs/node/commits?author=${GITHUB_ID}`
(replace `${GITHUB_ID}` with the nominee's GitHub ID).
* Pull requests and issues opened in the [nodejs/node][] repository. * Pull requests and issues opened in the [nodejs/node][] repository.
* Can be shown using the link * Use the link `https://github.com/nodejs/node/issues?q=author:GITHUB_ID`
`https://github.com/nodejs/node/pulls?q=author%3A${GITHUB_ID}+` * Comments on pull requests and issues in the [nodejs/node][] repository
* Comments and reviews on issues and pull requests in the * Use the link `https://github.com/nodejs/node/issues?q=commenter:GITHUB_ID`
[nodejs/node][] repository * Reviews on pull requests in the [nodejs/node][] repository
* Can be shown using the links * Use the link `https://github.com/nodejs/node/pulls?q=reviewed-by:GITHUB_ID`
`https://github.com/nodejs/node/pulls?q=reviewed-by%3A${GITHUB_ID}+` * Help provided to end users and novice contributors
and `https://github.com/nodejs/node/pulls?q=commenter%3A${GITHUB_ID}+` * Pull requests and issues opened throughout the Node.js organization
* Assistance provided to end users and novice contributors * Use the link `https://github.com/search?q=author:GITHUB_ID+org:nodejs`
* Participation in other projects, teams, and working groups of the * Comments on pull requests and issues throughout the Node.js organization
Node.js organization * Use the link `https://github.com/search?q=commenter:GITHUB_ID+org:nodejs`
* Can be shown using the links * Participation in other projects, teams, and working groups of the Node.js
`https://github.com/search?q=author%3A${GITHUB_ID}++org%3Anodejs&type=Issues` organization
and
`https://github.com/search?q=commenter%3A${GITHUB_ID}++org%3Anodejs&type=Issues`
* Other participation in the wider Node.js community * Other participation in the wider Node.js community
Mention @nodejs/collaborators in the issue to notify other Collaborators about Mention @nodejs/collaborators in the issue to notify other Collaborators about