Add CONTRIBUTING file

(cherry picked from commit 922ae4896b)
This commit is contained in:
Victor Zverovich
2016-11-06 11:00:04 -08:00
committed by Jonathan Müller
parent abee8f95ec
commit 29732d44bb

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!