diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/.github/PULL_REQUEST_TEMPLATE.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/.github/PULL_REQUEST_TEMPLATE.md b/lib/chibios-contrib/ext/mcux-sdk/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..c4ace7e22 --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -0,0 +1,34 @@ | |||
1 | **Prerequisites** | ||
2 | - [ ] I have checked latest main branch and the issue still exists. | ||
3 | - [ ] I did not see it is stated as known-issue in release notes. | ||
4 | - [ ] No similar GitHub issue is related to this change. | ||
5 | - [ ] My code follows the commit guidelines of this project. | ||
6 | - [ ] I have performed a self-review of my own code. | ||
7 | - [ ] My changes generate no new warnings. | ||
8 | - [ ] I have added tests that prove my fix is effective or that my feature works. | ||
9 | |||
10 | **Describe the pull request** | ||
11 | |||
12 | A clear and concise description for the change in this Pull Request and which issue is fixed. | ||
13 | |||
14 | Fixes # (issue) | ||
15 | |||
16 | **Type of change** (please delete options that are not relevant): | ||
17 | |||
18 | - [ ] Bug fix (non-breaking change which fixes an issue) | ||
19 | - [ ] New feature (non-breaking change which adds functionality) | ||
20 | - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
21 | - [ ] This change requires a documentation update | ||
22 | |||
23 | **Tests** | ||
24 | |||
25 | * Test configuration (please complete the following information): | ||
26 | - Hardware setting: | ||
27 | - Toolchain: | ||
28 | - Test Tool preparation: | ||
29 | - Any other dependencies: | ||
30 | * Test executed | ||
31 | Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. | ||
32 | - [ ] Build Test | ||
33 | - [ ] Run Test | ||
34 | |||