From 40482758e1cd10d3f1d0b8b6eecff1548b909514 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 12 Aug 2026 16:35:34 -0400 Subject: [PATCH] doc: document open pull request limit Signed-off-by: Matteo Collina --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90a8a1d50f4f..cfc1bf72b47f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)