Skip to content

Commit 24e7827

Browse files
committed
doc: revise accepting-modifications in guide
Revise the "Accepting Modifications" section of the Collaborator Guide.
1 parent cc399cf commit 24e7827

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

COLLABORATOR_GUIDE.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,9 @@ to land but is [author ready](#author-ready-pull-requests), add the
9393

9494
## Accepting Modifications
9595

96-
All modifications to the Node.js code and documentation should be performed via
97-
GitHub pull requests, including modifications by Collaborators and TSC members.
98-
A pull request must be reviewed, and must also be tested with CI, before being
99-
landed into the codebase. There may be exceptions to the latter (the changed
100-
code cannot be tested with a CI or similar). If that is the case, please leave a
101-
comment that explains why the PR does not require a CI run.
96+
All modifications to Node.js start as GitHub pull requests. This includes
97+
modifications by Collaborators (including TSC members). A pull request must pass
98+
code review and CI before landing into the codebase.
10299

103100
### Code Reviews
104101

0 commit comments

Comments
 (0)