summaryrefslogtreecommitdiffstats
path: root/src/seastar/fmt/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/seastar/fmt/CONTRIBUTING.rst')
-rw-r--r--src/seastar/fmt/CONTRIBUTING.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/seastar/fmt/CONTRIBUTING.rst b/src/seastar/fmt/CONTRIBUTING.rst
new file mode 100644
index 00000000..899b6460
--- /dev/null
+++ b/src/seastar/fmt/CONTRIBUTING.rst
@@ -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!