doc: simplify bullet points in GOVERNANCE.md · nodejs/node@d4dae5e (original) (raw)
`@@ -117,24 +117,20 @@ To nominate a new Collaborator, open an issue in the [nodejs/node][] repository.
`
117
117
`Provide a summary of the nominee's contributions. For example:
`
118
118
``
119
119
`* 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
``
123
121
`* 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
`
138
134
`* Other participation in the wider Node.js community
`
139
135
``
140
136
`Mention @nodejs/collaborators in the issue to notify other Collaborators about
`