mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
Add CONTRIBUTING file
This commit is contained in:
parent
05ba3e7888
commit
922ae4896b
11
CONTRIBUTING.rst
Normal file
11
CONTRIBUTING.rst
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Contributing to fmt
|
||||||
|
===================
|
||||||
|
|
||||||
|
All C++ code must adhere to `Google C++ Style Guide
|
||||||
|
<https://google.github.io/styleguide/cppguide.html>`_ with the following
|
||||||
|
exceptions:
|
||||||
|
|
||||||
|
* Exceptions are permitted
|
||||||
|
* snake_case should be used instead of UpperCamelCase for function names
|
||||||
|
|
||||||
|
Thanks for contributing!
|
Loading…
Reference in New Issue
Block a user