]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs: fix typo [no ci] (#16244)
authorJohannes Gäßler <redacted>
Thu, 25 Sep 2025 09:12:27 +0000 (11:12 +0200)
committerGitHub <redacted>
Thu, 25 Sep 2025 09:12:27 +0000 (12:12 +0300)
CONTRIBUTING.md

index 16c3f1c40ab47ee9a79fc9a22000c8275146077b..b808fa31eaf0bbbedb54bc372d4fe477a728c53f 100644 (file)
@@ -25,7 +25,7 @@ The project differentiates between 3 levels of contributors:
 - Squash-merge PRs
 - 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
-- Let other maintainers, merge their own PRs
+- Let other maintainers merge their own PRs
 - When merging a PR, 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)