File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Before asking for assistance
2
+
3
+ Before asking for help, please read the [ FAQ] ( https://bblanchon.github.io/ArduinoJson/faq/ ) .
4
+
5
+ If you did not find the answer in the FAQ, please create a new issue.
6
+
7
+ It is OK to add a comment to a currently opened issue, but please avoid adding comments to a closed issue.
8
+
9
+ # Before hitting the Submit button
10
+
11
+ Please provide all the relevant information:
12
+
13
+ * Good title
14
+ * Short description of the problem
15
+ * Target platform
16
+ * Compiler model and version
17
+ * [ MVCE] ( https://stackoverflow.com/help/mcve )
18
+ * Compiler output
19
+
20
+ Good questions get fast answers!
21
+
22
+ # Pull requests
23
+
24
+ Please:
25
+
26
+ 1 . Unit test every change in behavior
27
+ 2 . Use clang-format in "file" mode to format the code
28
+ 3 . Consider using the Continuous Integration (Travis and AppVeyor)
29
+
You can’t perform that action at this time.
0 commit comments