From 313a98aa0480e8bc0bbc4ca4b0c2d53333cbcf40 Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Mon, 15 Apr 2019 15:17:43 -0400 Subject: [PATCH] Added contribution guidelines --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..972f08a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contribution Guidelines + +To get started, sign the Contributor License Agreement. It protects us as well as yourself and your contribution from legal issues. + +While strict code style rules are not currently enforced, please take care to follow the conventions throughout the code as closely as possible to keep the code clean. Tabs are used rather than spaces. Classes and static functions follow UpperCamelCase while member functions and variables follow standard camelCase. Structures and types which are intended to be used in the C API should be in snake_case and end with `_t`. \ No newline at end of file