Skip to content

Commit 586d5fe

Browse files
doc: update contributing guidelines [no ci] (#11969)
1 parent ecc8e3a commit 586d5fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Verify that the perplexity and the performance are not affected negatively by your changes (use `llama-perplexity` and `llama-bench`)
77
- 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)
88
- If you modified a `ggml` operator or added a new one, add the corresponding test cases to `test-backend-ops`
9+
- Create separate PRs for each feature or fix. Avoid combining unrelated changes in a single PR
910
- Consider allowing write access to your branch for faster reviews, as reviewers can push commits directly
1011
- If your PR becomes stale, don't hesitate to ping the maintainers in the comments
1112

0 commit comments

Comments
 (0)