From 320a0522a310bae054e57b6c0e2a5553326dc9de Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 16 Mar 2015 10:02:22 +0100 Subject: [PATCH] add CONTRIBUTING file --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ab8b5c6 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +Please make sure you format the code using `clang-format -i **/*.[ch]` before sending a pull request. -- 2.39.2