|
| 1 | +## PR Checklist |
| 2 | +Please check if your PR fulfills the following requirements: |
| 3 | + |
| 4 | +<!-- Please check the one that applies to this PR using "x" --> |
| 5 | + |
| 6 | +- [ ] The commit message follows our guidelines: https://github.com/talk-control/talk-control/blob/master/CONTRIBUTING.md#commit |
| 7 | +- [ ] Tests for the changes have been added (for bug fixes / features) |
| 8 | +- [ ] Comments have been added only for tricky sections of the code (for bug fixes / features) |
| 9 | +- [ ] Self review has been performed (for bug fixes / features) |
| 10 | +- [ ] New and existing unit tests pass locally with my changes |
| 11 | + |
| 12 | + |
| 13 | +## PR Type |
| 14 | +What kind of change does this PR introduce? |
| 15 | + |
| 16 | +<!-- Please check the one that applies to this PR using "x" --> |
| 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 | +- [ ] Code style update (formatting, local variables) |
| 23 | +- [ ] Refactoring (no functional changes, no api changes) |
| 24 | +- [ ] Build related changes |
| 25 | +- [ ] CI related changes |
| 26 | +- [ ] Documentation content changes |
| 27 | +- [ ] Other... Please describe: |
| 28 | + |
| 29 | + |
| 30 | +## What is the current behavior? |
| 31 | +<!-- Please describe the current behavior that you are modifying, or link to a relevant issue --> |
| 32 | + |
| 33 | +Issue Number: N/A |
| 34 | + |
| 35 | + |
| 36 | +## What is the new behavior? |
| 37 | + |
| 38 | +<!-- Please describe the new behavior --> |
| 39 | + |
| 40 | +## Does this PR introduce a breaking change? |
| 41 | + |
| 42 | +- [ ] Yes |
| 43 | +- [ ] No |
| 44 | + |
| 45 | +<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below --> |
0 commit comments