8000 Split CONTRIBUTING and SUPPORT · adamwgray/ArduinoJson@6df204c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6df204c

Browse files
committed
Split CONTRIBUTING and SUPPORT
1 parent 3f7e1db commit 6df204c

File tree

3 files changed

+38
-29
lines changed

3 files changed

+38
-29
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

CONTRIBUTING.md

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

SUPPORT.md

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

0 commit comments

Comments
 (0)
0