|
| 1 | +--- |
| 2 | +name: Remove Feature |
| 3 | +about: Change which removes existing functionality |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +# Description |
| 10 | + |
| 11 | +* Please include a summary of the change. |
| 12 | +* Please also include relevant motivation and context. |
| 13 | +* List any dependencies that are required for this change. |
| 14 | + |
| 15 | +Fixes #(issue) |
| 16 | + |
| 17 | +## Type of change |
| 18 | +**NB: ~~Please strike through options that are not applicable.~~** |
| 19 | +- [ ] non-breaking change which fixes an issue |
| 20 | +- [ ] Breaking change (feature that would cause existing functionality to not work as expected) |
| 21 | +- [ ] This change requires a documentation update |
| 22 | + |
| 23 | +# Sample Input and output |
| 24 | +* Provide screenshots or videos. |
| 25 | +* Or provide code block Input output if run on text terminal as below. |
| 26 | +``` |
| 27 | + $ code block Input output on text terminal. |
| 28 | + output |
| 29 | +``` |
| 30 | + |
| 31 | +# How Has This Been Tested? |
| 32 | + |
| 33 | +* Please describe the tests that you ran to verify your changes. |
| 34 | +* Provide instructions so we can reproduce. |
| 35 | +* Please also list any relevant details for your test configuration |
| 36 | + |
| 37 | + |
| 38 | +- [ ] Test A |
| 39 | +- [ ] Test B |
| 40 | + |
| 41 | +**Test Configuration**: |
| 42 | +* Firmware version: |
| 43 | +* Hardware: |
| 44 | +* Toolchain: |
| 45 | +* SDK: |
| 46 | + |
| 47 | +# Checklist: |
| 48 | + |
| 49 | +**NB: ~~Please strike through options that are not applicable.~~** |
| 50 | + |
| 51 | +- [ ] My code follows the style guidelines of this project |
| 52 | +- [ ] I have performed a self-review of my own code |
| 53 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 54 | +- [ ] I have made corresponding changes to the documentation |
| 55 | +- [ ] My changes generate no new warnings |
| 56 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 57 | +- [ ] New and existing unit tests pass locally with my changes |
| 58 | +- [ ] Any dependent changes have been merged and published in downstream modules |
0 commit comments