Skip to content

Commit 922ae48

Browse files
committed
Add CONTRIBUTING file
1 parent 05ba3e7 commit 922ae48

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.rst

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Contributing to fmt
2+
===================
3+
4+
All C++ code must adhere to `Google C++ Style Guide
5+
<https://google.github.io/styleguide/cppguide.html>`_ with the following
6+
exceptions:
7+
8+
* Exceptions are permitted
9+
* snake_case should be used instead of UpperCamelCase for function names
10+
11+
Thanks for contributing!

0 commit comments

Comments
 (0)