File tree Expand file tree Collapse file tree 3 files changed +38
-29
lines changed Expand file tree Collapse file tree 3 files changed +38
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Contribution to ArduinoJson
2
+
3
+ First, thank you for taking the time to contribute to this project.
4
+
5
+ You can submit changes via GitHub Pull Requests.
6
+
7
+ Please:
8
+
9
+ 1 . Unit test every change in behavior
10
+ 2 . Use clang-format in "file" mode to format the code
11
+ 3 . Consider using the Continuous Integration (Travis and AppVeyor)
Original file line number Diff line number Diff line change
1
+ # ArduinoJson Support
2
+
3
+ First off, thank you very much for using ArduinoJson.
4
+
5
+ We'll be very happy to help you, but first please read the following.
6
+
7
+ ## Before asking for help
8
+
9
+ 1 . Read the [ FAQ] ( https://bblanchon.github.io/ArduinoJson/faq/ )
10
+ 2 . Search in the [ API Reference] ( https://bblanchon.github.io/ArduinoJson/api/ )
11
+
12
+ If you did not find the answer, please create a [ new issue on GitHub] ( https://github.com/bblanchon/ArduinoJson/issues/new ) .
13
+
14
+ It is OK to add a comment to a currently opened issue, but please avoid adding comments to a closed issue.
15
+
16
+ ## Before hitting the Submit button
17
+
18
+ Please provide all the relevant information:
19
+
20
+ * Good title
21
+ * Short description of the problem
22
+ * Target platform
23
+ * Compiler model and version
24
+ * [ MVCE] ( https://stackoverflow.com/help/mcve )
25
+ * Compiler output
26
+
27
+ Good questions get fast answers!
You can’t perform that action at this time.
0 commit comments