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
Next Next commit
doc: revise accepting-modifications in guide
Revise the "Accepting Modifications" section of the Collaborator Guide.
  • Loading branch information
Trott committed Nov 28, 2018
commit 24e7827ad60679240c0f7bc680be1f5ab664f5a8
9 changes: 3 additions & 6 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,9 @@ to land but is [author ready](#author-ready-pull-requests), add the

## Accepting Modifications

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is less accurate than the original. Some modifications start from issues, even if they ultimately end up as being made via pull requests.

modifications by Collaborators (including TSC members). A pull request must pass
code review and CI before landing into the codebase.

### Code Reviews

Expand Down