contrib : add CODEOWNERS

This commit is contained in:
Georgi Gerganov 2024-12-01 12:15:30 +02:00
parent c66bc3e4fb
commit 869ea28b5d
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 4 additions and 0 deletions

3
CODEOWNERS Normal file
View file

@ -0,0 +1,3 @@
# collaborators can optionally add themselves here to indicate their availability for reviewing related PRs
ci/ @ggerganov

View file

@ -13,6 +13,7 @@
- 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/ggerganov/llama.cpp/wiki/Modules
- Consider adding yourself to [CODEOWNERS](CODEOWNERS)
# Coding guidelines