Skip to content

Commit 5077d95

Browse files
committed
1 parent 7d10eb7 commit 5077d95

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Pull Request template
2+
3+
Please, Make sure that your PR is not a duplicate.
4+
Search among the [Pull request](https://github.com/stm32duino/Arduino_Core_STM32/pulls) before creating one.
5+
6+
IMPORTANT: Please review the [CONTRIBUTING.md](CONTRIBUTING.md) file for detailed contributing guidelines.
7+
8+
Thanks for submitting a pull request.
9+
Please provide enough information so that others can review your pull request:
10+
11+
**Summary**
12+
13+
<!-- Summary of the PR -->
14+
15+
This PR fixes/implements the following **bugs/features**
16+
17+
* [ ] Bug 1
18+
* [ ] Bug 2
19+
* [ ] Feature 1
20+
* [ ] Feature 2
21+
* [ ] Breaking changes
22+
23+
<!-- You can skip this if you're fixing a typo or adding an app to the Showcase. -->
24+
25+
Explain the **motivation** for making this change. What existing problem does the pull request solve?
26+
27+
<!-- Example: When "Adding a function to do X", explain why it is necessary to have a way to do X. -->
28+
29+
**Validation**
30+
31+
* Ensure Travis CI build is passed.
32+
* Demonstrate the code is solid. [e.g. Provide a sketch]
33+
34+
<!-- Make sure tests pass on both Travis CI. -->
35+
36+
**Code formatting**
37+
38+
* Ensure AStyle check is passed thanks Travis CI (soon)
39+
40+
<!-- See the simple style guide. -->
41+
42+
**Closing issues**
43+
44+
<!-- Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). -->
45+
Fixes #xxx

0 commit comments

Comments
 (0)