1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

docs: update contributing.md with style guidelines (#1467)

This commit is contained in:
Kostas Kyrimis 2023-06-25 12:37:12 +03:00 committed by GitHub
parent 0670a81488
commit 33bcd57ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,6 +103,13 @@ The Dragonfly DB team has agreed to systematically use a number of pre-commit ho
normalize formatting of code. You need to install and enable pre-commit to have these used
when you do your own commits.
## Codebase guidelines
This repo conforms to the Google's C++ Style Guide. Keep in mind we use an older version of the
style guide which can be found [here](https://github.com/google/styleguide/blob/505ba68c74eb97e6966f60907ce893001bedc706/cppguide.html).
Any exception to the rules specified on the style guide will be documented here.
## License terms for contributions
Please see our [CLA agreement](./CLA.txt)