Skip to content

Commit cb58a87

Browse files
Merge pull request #7 from dani007200964/dev
ESP32 support.
2 parents d45bc90 + ee0c63f commit cb58a87

File tree

3 files changed

+401
-0
lines changed

3 files changed

+401
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Thank you for creating a pull request to contribute to Commander!
2+
Before you open the request please review the following guidelines
3+
to help it be more easily integrated:
4+
5+
* Describe the scope of your change. What the change does and what parts of the code were modified.
6+
* Describe any known limitations with your change.
7+
* Please run any tests or examples that can exercise your modified code.
8+
9+
Thank you again for contributing! I will try to test and integrate the change as soon as I can.
10+
11+
__After reviewing the guidelines above you can delete this text from the pull request.__

CONTRIBUTING.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## How Can I Contribute?
2+
3+
### Reporting Bugs
4+
5+
Bugs are tracked as GitHub issues. If you find a problem, create an issue and provide the following information:
6+
* Use a clear and descriptive title for the issue to identify the problem.
7+
* Describe the exact steps which reproduce the problem in as many details as possible.
8+
* Provide specific examples to demonstrate the steps.
9+
* Provide a detailed description about the configuration which caused the problem.
10+
11+
### Suggesting Enhancements
12+
13+
The best way to ask for help or propose a new idea is to create a new issue. Before creating enhancement suggestions,
14+
please check the enhancements related issues, as you might find out that you don't need to create one.
15+
16+
* In the enhancement suggestion, please describe your idea as clear as possible.
17+
* Use a clear and descriptive title for the issue to identify the suggestion.
18+
* Provide a step-by-step description of the suggested enhancement in as many details as possible.
19+
* Describe the current behavior and explain which behavior you expected to see instead and why.
20+
21+
### Pull Requests
22+
23+
1. Check that your modifications works as expected.
24+
2. If it's a new feature please provide an example with it.
25+
3. Fill the template.

0 commit comments

Comments
 (0)