From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- src/seastar/fmt/CONTRIBUTING.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/seastar/fmt/CONTRIBUTING.rst (limited to 'src/seastar/fmt/CONTRIBUTING.rst') 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 +`_ with the following +exceptions: + +* Exceptions are permitted +* snake_case should be used instead of UpperCamelCase for function and type + names + +Thanks for contributing! -- cgit v1.2.3