]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
contrib : add notes about merging PRs (#15881)
authorGeorgi Gerganov <redacted>
Tue, 9 Sep 2025 05:42:10 +0000 (08:42 +0300)
committerGitHub <redacted>
Tue, 9 Sep 2025 05:42:10 +0000 (08:42 +0300)
* contrib : add notes about merging PRs

* Update CONTRIBUTING.md

Co-authored-by: Diego Devesa <redacted>
* Update CONTRIBUTING.md

Co-authored-by: Johannes Gäßler <redacted>
---------

Co-authored-by: Diego Devesa <redacted>
Co-authored-by: Johannes Gäßler <redacted>
CONTRIBUTING.md

index e68ff92445828c5ea0a225e3eb6122f4e266fb06..6db74a0cf20dabc6a99fb493e2334e7762a4ce44 100644 (file)
@@ -16,6 +16,9 @@
 - Use the following format for the squashed commit title: `<module> : <commit title> (#<issue_number>)`. For example: `utils : fix typo in utils.py (#1234)`
 - Optionally pick a `<module>` from here: https://github.com/ggml-org/llama.cpp/wiki/Modules
 - Consider adding yourself to [CODEOWNERS](CODEOWNERS)
+- Let authors, who are also collaborators, merge their own PRs
+- When merging a PR by a contributor, make sure you have a good understanding of the changes
+- 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)
 
 # Coding guidelines