|
| 1 | +# Pull Request |
| 2 | + |
| 3 | +## Description |
| 4 | + |
| 5 | +<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> |
| 6 | + |
| 7 | +## Types of changes |
| 8 | + |
| 9 | +What types of changes does your change introduce?</br> |
| 10 | +_Please put an `x` in the boxes that apply_ |
| 11 | + |
| 12 | +- [ ] New feature (adds functionality) |
| 13 | +- [ ] Bugfix (fixes an issue) |
| 14 | +- [ ] Security (fixes a security issue) | Please have a look at our [Security Policy](../docs/SECURITY.md) first. |
| 15 | +- [ ] Code style cleaning or Refactoring (formatting, renaming, restructuring, etc.) |
| 16 | +- [ ] Documentation Update |
| 17 | +- [ ] Other (please describe): |
| 18 | + |
| 19 | +## Breaking changes |
| 20 | + |
| 21 | +Does this Pull Request cause existing functionality to not work as expected or even break.</br> |
| 22 | +_Put an `x` in the boxes that apply_ |
| 23 | + |
| 24 | +- [ ] Yes |
| 25 | +- [ ] No |
| 26 | + |
| 27 | +## How has the changes been tested? |
| 28 | + |
| 29 | +<!-- Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code. Please also provide instructions for how I can reproduce these tests. --> |
| 30 | + |
| 31 | +- [ ] Test A |
| 32 | +- [ ] Test B |
| 33 | + |
| 34 | +**Test Configuration(s)**: |
| 35 | + |
| 36 | +- Hardware: |
| 37 | +- Firmware version: |
| 38 | +- Toolchain: |
| 39 | +- SDK: |
| 40 | +- ... |
| 41 | + |
| 42 | +## Impacted Areas |
| 43 | + |
| 44 | +<!-- Please list parts of the project that this Pull Request will affect: --> |
| 45 | + |
| 46 | +- Area 1 |
| 47 | +- Area 2 |
| 48 | +- ... |
| 49 | + |
| 50 | +## Related Issues |
| 51 | + |
| 52 | +| Issue Name | Issue Number | |
| 53 | +| ----------------- | ---------------------------- | |
| 54 | +| FIRST ISSUE NAME | [#1](/user/project/issues/1) | |
| 55 | +| SECOND ISSUE NAME | [#2](/user/project/issues/2) | |
| 56 | +| ... | ... | |
| 57 | + |
| 58 | +## Related Pull Requests |
| 59 | + |
| 60 | +| Branch | Pull Request | |
| 61 | +| ---------------------------- | -------------------------- | |
| 62 | +| feature-ISSUENR-SHORTSUMMARY | [#1](/user/project/pull/1) | |
| 63 | +| fix-ISSUENR-SHORTSUMMARY | [#2](/user/project/pull/2) | |
| 64 | +| ... | ... | |
| 65 | + |
| 66 | +<!-- |
| 67 | + // feature - Create a capability e.g. feature, test, dependency. |
| 68 | + // remove - Remove a capability e.g. feature, test, dependency. |
| 69 | + // refactor - An update to existing code and/or refactoring. |
| 70 | + // fix - Fix an issue e.g. bug, typo, accident, misstatement. |
| 71 | + // bump - Increase the version of something e.g. dependency. |
| 72 | + // build - Change only to the build process, tooling, or infra. |
| 73 | + // document - A change to documentation only. |
| 74 | + // localize - String and localization only related changes. |
| 75 | + // revert - Reverting a previous commit. |
| 76 | +--> |
| 77 | + |
| 78 | +## Checklist |
| 79 | + |
| 80 | +Thank you for your contribution. Please review the following checklist before submitting your Pull Request.</br> |
| 81 | +_Please put an `x` in the boxes that apply_ |
| 82 | + |
| 83 | +- [ ] I reviewed the [guidelines for contributing](../docs/CONTRIBUTING.md) to this repository |
| 84 | +- [ ] I created an issue, or used an existing issue which is related to this Pull Request |
| 85 | +- [ ] I have performed a self-review of my own code |
| 86 | +- [ ] My code builds clean without any errors or warnings |
| 87 | +- [ ] My code follows the style guidelines of this project |
| 88 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 89 | +- [ ] I have added necessary documentation (if appropriate) |
| 90 | +- [ ] I have added unit tests that prove my fix is effective or that my feature works |
0 commit comments