File tree Expand file tree Collapse file tree 3 files changed +401
-0
lines changed
examples/Commander_simple_ESP32 Expand file tree Collapse file tree 3 files changed +401
-0
lines changed Original file line number Diff line number Diff line change
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.__
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments