Skip to content

Commit 885b4b5

Browse files
committed
doc: document open pull request limit
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 3b214e0 commit 885b4b5

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ See [details on our policy on Code of Conduct](./doc/contributing/code-of-conduc
4747

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

5153
* [Dependencies](./doc/contributing/pull-requests.md#dependencies)
5254
* [Setting up your local environment](./doc/contributing/pull-requests.md#setting-up-your-local-environment)

doc/contributing/first-contributions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ make sure to follow the [large pull request guidelines](./large-pull-requests.md
6565
This gives others the first impression that you are flooding the project.
6666
It's OK to not get everything right on the first try, but if you open PRs faster
6767
than they are reviewed, you are wasting an opportunity to improve, and can overwhelm
68-
both yourself and your reviewers with notifications.
68+
both yourself and your reviewers with notifications. Contributors who are not
69+
Collaborators may have no more than 10 pull requests open at a time.
6970

7071
## Going through the pull request review process
7172

doc/contributing/pull-requests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ details, but feel free to skip parts if you're not sure what to put.
294294
If your pull request exceeds 5000 lines of changes, see the
295295
[large pull requests][] guide for additional requirements.
296296

297+
Contributors who are not Collaborators may have no more than 10 pull requests
298+
open at a time.
299+
297300
Once opened, pull requests are usually reviewed within a few days.
298301

299302
To get feedback on your proposed change even though it is not ready

0 commit comments

Comments
 (0)