Files
ArduinoJson/doc/Contributing.md
2014-11-08 15:48:51 +01:00

685 B

Contributing to Arduino JSON

If you want to contribute to the project, please:

  1. Use GitHub pull request feature
  2. Follow the coding conventions
  3. Write tests

About the coding conventions: I try to follow the Google C++ Style Guide which 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.