mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Add CONTRIBUTING.rst
This commit is contained in:
12
CONTRIBUTING.rst
Normal file
12
CONTRIBUTING.rst
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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 and type
|
||||||
|
names
|
||||||
|
|
||||||
|
Thanks for contributing!
|
Reference in New Issue
Block a user