8000 Added guidelines for contributing · thehellmaker/ArduinoJson@3f7e1db · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f7e1db

Browse files
committed
Added guidelines for contributing
1 parent a609113 commit 3f7e1db

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+

0 commit comments

Comments
 (0)
0