@@ -89,7 +89,7 @@ change. In the case of pull requests proposed by an existing
89
89
Collaborator, an additional Collaborator is required for sign-off.
90
90
91
91
In some cases, it may be necessary to summon a qualified Collaborator
92
- or a Github team to a pull request for review by @-mention.
92
+ or a GitHub team to a pull request for review by @-mention.
93
93
[ See "Who to CC in issues"] ( ./doc/onboarding-extras.md#who-to-cc-in-issues )
94
94
95
95
If you are unsure about the modification and are not prepared to take
@@ -160,7 +160,7 @@ trivial changes that do not require being tested on all platforms.
160
160
* [ ` citgm-smoker ` ] ( https://ci.nodejs.org/job/citgm-smoker/ )
161
161
uses [ ` CitGM ` ] ( https://github.com/nodejs/citgm ) to allow you to run ` npm install && npm test `
162
162
on a large selection of common modules. This is useful to check whether a
163
- change will cause breakage in the ecosystem. To test Node.JS ABI changes
163
+ change will cause breakage in the ecosystem. To test Node.js ABI changes
164
164
you can run [ ` citgm-abi-smoker ` ] ( https://ci.nodejs.org/job/citgm-abi-smoker/ ) .
165
165
166
166
* [ ` node-stress-single-test ` ] ( https://ci.nodejs.org/job/node-stress-single-test/ )
@@ -408,7 +408,7 @@ Changes" section of the release notes.
408
408
409
409
Collaborators may opt to elevate pull requests or issues to the [ TSC] [ ] for
410
410
discussion by assigning the ` tsc-review ` label or @-mentioning the
411
- ` @nodejs/tsc ` Github team. This should be done where a pull request:
411
+ ` @nodejs/tsc ` GitHub team. This should be done where a pull request:
412
412
413
413
- is labeled ` semver-major ` , or
414
414
- has a significant impact on the codebase, or
0 commit comments