@@ -35,7 +35,7 @@ change (lines added minus lines deleted). This threshold applies across all
3535files in the pull request, including changes in ` deps/ ` , ` test/ ` , ` doc/ ` ,
3636` lib/ ` , ` src/ ` , and ` tools/ ` .
3737
38- Any pull request that adds a new subsystem, e.g. ` node:foo ` or ` node:foo/bar ` ,
38+ Any pull request that adds a new subsystem, e.g. ` node:foo ` or ` node:foo/bar ` ,
3939is automatically considered a large pull request and subject to the same rules.
4040
4141Changes in ` deps/ ` are included in this count. Dependency changes are
@@ -60,7 +60,7 @@ Large pull requests may only be opened by existing
6060[ collaborators] ( https://github.com/nodejs/node/#current-project-team-members ) .
6161Non-collaborators are strongly discouraged from opening pull requests of this size.
6262Large pull requests from non-collaborators will be closed unless it has been discussed
63- in an issue and has a collaborator to champion the work.
63+ in an issue and has a collaborator to champion the work.
6464
6565## Requirements
6666
@@ -129,7 +129,7 @@ to stand on its own.
129129
130130### Strategies for reducing the review length in single pull requests
131131
132- Large pull requests may involve a longer review process that becomes practically
132+ Large pull requests may involve a longer review process that becomes practically
133133impossible to track on GitHub due to UI limitations. These strategies help reduce
134134the review length in a single pull request.
135135
0 commit comments