Skip to content

Commit c252ce6

Browse files
ggerganovslarenJohannesGaessler
authored
contrib : add notes about merging PRs (#15881)
* contrib : add notes about merging PRs * Update CONTRIBUTING.md Co-authored-by: Diego Devesa <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Johannes Gäßler <[email protected]> --------- Co-authored-by: Diego Devesa <[email protected]> Co-authored-by: Johannes Gäßler <[email protected]>
1 parent 70cd37d commit c252ce6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
- Use the following format for the squashed commit title: `<module> : <commit title> (#<issue_number>)`. For example: `utils : fix typo in utils.py (#1234)`
1717
- Optionally pick a `<module>` from here: https://github.com/ggml-org/llama.cpp/wiki/Modules
1818
- Consider adding yourself to [CODEOWNERS](CODEOWNERS)
19+
- Let authors, who are also collaborators, merge their own PRs
20+
- When merging a PR by a contributor, make sure you have a good understanding of the changes
21+
- 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)
1922

2023
# Coding guidelines
2124

0 commit comments

Comments
 (0)