]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
contrib : add guideline about the "merge ready" label (#26178)
authorGeorgi Gerganov <redacted>
Tue, 28 Jul 2026 05:41:04 +0000 (08:41 +0300)
committerGitHub <redacted>
Tue, 28 Jul 2026 05:41:04 +0000 (08:41 +0300)
* contrib : add guideline about the "merge ready" label

* cont : add ref

[no ci]

CONTRIBUTING.md

index 91fa381dd01950fc9e4a408d85549c53177ffa11..003133478811b32eb969fa3994e6455ed9f2866f 100644 (file)
@@ -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.