File tree 1 file changed +45
-0
lines changed
1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments