Skip to content

Commit 395b6cd

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent f5ac652 commit 395b6cd

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Description
2+
3+
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any architectures/sensors/motors that the PR is targeting if appicable.
4+
5+
The best approach would be to create an issue and reference it in this pull request.
6+
Example:
7+
8+
Fixes # (issue)
9+
10+
## Type of change
11+
12+
Please delete options that are not relevant.
13+
14+
- [ ] Bug fix (non-breaking change which fixes an issue)
15+
- [ ] New feature (non-breaking change which adds functionality)
16+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
17+
- [ ] This change requires a documentation update
18+
19+
# How Has This Been Tested?
20+
21+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
22+
23+
**Test Configuration/Setup**:
24+
* Hardware:
25+
* IDE: Arduino/Platformio
26+
* MCU package version (stm32duino/arduino-esp32/..)
27+
28+
# **IMPORTANT** when opening the pull request
29+
30+
* Your pull request MUST target the `dev` branch on this repository. By default you'll probably target `master`, make sure to change it.

0 commit comments

Comments
 (0)