Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! doc: revise accepting-modifications in guide
  • Loading branch information
Trott committed Nov 28, 2018
commit 44ca697fe76df32e90d72878b4565bb925221f69
7 changes: 4 additions & 3 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ to land but is [author ready](#author-ready-pull-requests), add the

## Accepting Modifications

All modifications to Node.js start as GitHub pull requests. This includes
modifications by Collaborators (including TSC members). A pull request must pass
code review and CI before landing into the codebase.
Contributors propose modifications to Node.js using GitHub pull requests. This
is true for all modifications including those proposed by TSC members and other
Collaborators. A pull request must pass code review and CI before landing into
the codebase.

### Code Reviews

Expand Down