File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ # Description
2+
3+ Please include a summary of the changes and the related issue.
4+ Please also include relevant motivation and context.
5+ List any dependencies that are required for this change.
6+
7+ Fixes # (issue) _ if applicable_
8+
9+ ## Type of change
10+
11+ Please delete options that are not relevant.
12+
13+ - [ ] Bug fix (non-breaking change which fixes an issue)
14+ - [ ] New feature (non-breaking change which adds functionality)
15+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+ - [ ] This change requires a documentation update
17+
18+ ## How Has This Been Tested?
19+
20+ Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
21+ Please also list any relevant details for your test configuration
22+
23+ - [ ] Test A
24+ - [ ] Test B
25+
26+ ** Test Configuration** : _ if applicable_
27+
28+ * Firmware version:
29+ * Hardware:
30+ * Toolchain:
31+ * SDK:
32+
33+ ## Checklist:
34+
35+ - [ ] My code follows the style guidelines of this project
36+ - [ ] I have performed a self-review of my code
37+ - [ ] I have commented my code, particularly in hard-to-understand areas
38+ - [ ] I have made corresponding changes to the documentation
39+ - [ ] My changes generate no new warnings
40+ - [ ] I have added tests that prove my fix is effective or that my feature works
41+ - [ ] New and existing unit tests pass locally with my changes
42+ - [ ] Any dependent changes have been merged and published in downstream modules
You can’t perform that action at this time.
0 commit comments