Add CONTRIBUTING file

This commit is contained in:
Victor Zverovich 2016-11-06 11:00:04 -08:00
parent 05ba3e7888
commit 922ae4896b

11
CONTRIBUTING.rst Normal file
View 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!