@@ -117,24 +117,20 @@ To nominate a new Collaborator, open an issue in the [nodejs/node][] repository.
117117Provide 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
140136Mention @nodejs/collaborators in the issue to notify other Collaborators about
0 commit comments