fmt/CONTRIBUTING.rst
Victor Zverovich 29732d44bb Add CONTRIBUTING file
(cherry picked from commit 922ae4896beac017e44fc6008bfb13bab8e0deda)
2017-06-08 11:23:09 +02:00

12 lines
305 B
ReStructuredText

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!