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

``

`-

`

121

``

`` -

https://github.com/nodejs/node/commits?author=${GITHUB_ID}

``

122

``

`` -

(replace ${GITHUB_ID} with the nominee's GitHub ID).

``

``

120

`` +

``

123

121

`* Pull requests and issues opened in the [nodejs/node][] repository.

`

124

``

`-

`

125

``

`` -

https://github.com/nodejs/node/pulls?q=author%3A${GITHUB_ID}+

``

126

``

`-

`

127

``

`-

[nodejs/node][] repository

`

128

``

`-

`

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

``

`-

`

132

``

`-

`

133

``

`-

Node.js organization

`

134

``

`-

`

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

`` +

``

``

123

`+

`

``

124

`` +

``

``

125

`+

`

``

126

`` +

``

``

127

`+

`

``

128

`+

`

``

129

`` +

``

``

130

`+

`

``

131

`` +

``

``

132

`+

`

``

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

`