We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ba3e7 commit 922ae48Copy full SHA for 922ae48
CONTRIBUTING.rst
@@ -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