Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ See [details on our policy on Code of Conduct](./doc/contributing/code-of-conduc

Pull Requests are the way concrete changes are made to the code, documentation,
dependencies, and tools contained in the `nodejs/node` repository.
Contributors who are not Collaborators may have no more than 10 pull requests
open at a time.

* [Dependencies](./doc/contributing/pull-requests.md#dependencies)
* [Setting up your local environment](./doc/contributing/pull-requests.md#setting-up-your-local-environment)
Expand Down
3 changes: 2 additions & 1 deletion doc/contributing/first-contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ make sure to follow the [large pull request guidelines](./large-pull-requests.md
This gives others the first impression that you are flooding the project.
It's OK to not get everything right on the first try, but if you open PRs faster
than they are reviewed, you are wasting an opportunity to improve, and can overwhelm
both yourself and your reviewers with notifications.
both yourself and your reviewers with notifications. Contributors who are not
Collaborators may have no more than 10 pull requests open at a time.

## Going through the pull request review process

Expand Down
3 changes: 3 additions & 0 deletions doc/contributing/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ details, but feel free to skip parts if you're not sure what to put.
If your pull request exceeds 5000 lines of changes, see the
[large pull requests][] guide for additional requirements.

Contributors who are not Collaborators may have no more than 10 pull requests
open at a time.

Once opened, pull requests are usually reviewed within a few days.

To get feedback on your proposed change even though it is not ready
Expand Down
Loading