From: Aman Gupta Date: Mon, 9 Mar 2026 07:05:34 +0000 (+0800) Subject: contributing: limit open PRs for new contributors to 1 (#20036) X-Git-Tag: upstream/0.0.8611~360 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=e2763a6723848d14e992c43410e2afcbe86446c7;p=pkg%2Fggml%2Fsources%2Fllama.cpp contributing: limit open PRs for new contributors to 1 (#20036) --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fe627f4e..996f34ed8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,7 @@ Before submitting your PR: - For intricate features, consider opening a feature request first to discuss and align expectations - When adding support for a new model or feature, focus on **CPU support only** in the initial PR unless you have a good reason not to. Add support for other backends like CUDA in follow-up PRs - Consider allowing write access to your branch for faster reviews, as reviewers can push commits directly +- If you are a new contributor, limit your open PRs to 1. After submitting your PR: - Expect requests for modifications to ensure the code meets llama.cpp's standards for quality and long-term maintainability