forked from bblanchon/ArduinoJson
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
bblanchon edited this page Nov 29, 2014
·
4 revisions
If you want to contribute to the project, please:
- Use GitHub pull request feature
- Follow the coding conventions
- Write tests
About the coding conventions: I try to follow the Google C++ Style Guide with few variations to match the Arduino conventions.
I use ClangFormat to format the code for me. I use CppLint to detect non-compliant stuff.
You should have a look at the scripts/ folder as it contains a few helpers scripts.