Split CONTRIBUTING and SUPPORT

This commit is contained in:
Benoit Blanchon
2017-10-03 13:01:47 +02:00
parent 3f7e1db549
commit 6df204cf40
3 changed files with 38 additions and 29 deletions

11
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,11 @@
# Contribution to ArduinoJson
First, thank you for taking the time to contribute to this project.
You can submit changes via GitHub Pull Requests.
Please:
1. Unit test every change in behavior
2. Use clang-format in "file" mode to format the code
3. Consider using the Continuous Integration (Travis and AppVeyor)