From: Georgi Gerganov Date: Tue, 28 Jul 2026 05:41:04 +0000 (+0300) Subject: contrib : add guideline about the "merge ready" label (#26178) X-Git-Tag: upstream/0.0.10438~281 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c6292cfb8e964bd9f2146f3c603507627e4a22c3;p=pkg%2Fggml%2Fsources%2Fllama.cpp contrib : add guideline about the "merge ready" label (#26178) * contrib : add guideline about the "merge ready" label * cont : add ref [no ci] --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91fa381dd..003133478 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,6 +73,7 @@ For more info, please refer to the [AGENTS.md](AGENTS.md) file. - When merging a PR, make sure you have a good understanding of the changes - If a PR does not warrant a new release, add `[no release]` in the squashed commit to spare CI resources - Be mindful of maintenance: most of the work going into a feature happens after the PR is merged. If the PR author is not committed to contribute long-term, someone else needs to take responsibility (you) +- Add the ["merge ready"](https://github.com/ggml-org/llama.cpp/pulls?q=is%3Apr+is%3Aopen+draft%3Ano+sort%3Aupdated-desc+label%3A%22merge+ready%22+) label to a PR to indicate when a PR can be fast-merged without waiting for 2 independent reviews. [(more info)](https://github.com/ggml-org/llama.cpp/pull/26178) Maintainers reserve the right to decline review or close pull requests for any reason, without any questions, particularly under any of the following conditions: - The proposed change is already mentioned in the roadmap or an existing issue, and it has been assigned to someone.