From: Johannes Gäßler Date: Fri, 21 Feb 2025 11:51:25 +0000 (+0100) Subject: doc: update contributing guidelines [no ci] (#11969) X-Git-Tag: upstream/0.0.4853~101 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=586d5fe6ebb8f92e9dd53420e04cec2697046073;p=pkg%2Fggml%2Fsources%2Fllama.cpp doc: update contributing guidelines [no ci] (#11969) --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1500d1b4..8fab0de6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,7 @@ - Verify that the perplexity and the performance are not affected negatively by your changes (use `llama-perplexity` and `llama-bench`) - If you modified the `ggml` source, run the `test-backend-ops` tool to check whether different backend implementations of the `ggml` operators produce consistent results (this requires access to at least two different `ggml` backends) - If you modified a `ggml` operator or added a new one, add the corresponding test cases to `test-backend-ops` +- Create separate PRs for each feature or fix. Avoid combining unrelated changes in a single PR - Consider allowing write access to your branch for faster reviews, as reviewers can push commits directly - If your PR becomes stale, don't hesitate to ping the maintainers in the comments