|
| 1 | +<!-- |
| 2 | + You are amazing! Thanks for contributing to our project! |
| 3 | + Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). |
| 4 | +--> |
| 5 | +## Breaking change |
| 6 | +<!-- |
| 7 | + If the PR contains a breaking change for existing users, it is important |
| 8 | + to tell them what breaks, how to make it work again and why we did this. |
| 9 | + This piece of text is published with the release notes, so it helps if you |
| 10 | + write it towards the users, not the devs. |
| 11 | + Note: Remove this section if this PR is NOT a breaking change. |
| 12 | +--> |
| 13 | + |
| 14 | + |
| 15 | +## Proposed change |
| 16 | +<!-- |
| 17 | + Describe the big picture of your changes here to communicate to the |
| 18 | + maintainers why we should accept this pull request. If it fixes a bug |
| 19 | + or resolves a feature request, be sure to link to that issue in the |
| 20 | + additional information section. |
| 21 | +--> |
| 22 | + |
| 23 | + |
| 24 | +## Type of change |
| 25 | +<!-- |
| 26 | + What type of change does your PR introduce to Home Assistant? |
| 27 | + NOTE: Please, check only 1! box! |
| 28 | + If your PR requires multiple boxes to be checked, you'll most likely need to |
| 29 | + split it into multiple PRs. This makes things easier and faster to code review. |
| 30 | +--> |
| 31 | + |
| 32 | +- [ ] Dependency upgrade |
| 33 | +- [ ] Bugfix (non-breaking change which fixes an issue) |
| 34 | +- [ ] New feature (which adds functionality to an existing integration) |
| 35 | +- [ ] Breaking change (fix/feature causing existing functionality to break) |
| 36 | +- [ ] Code quality improvements to existing code or addition of tests |
| 37 | + |
| 38 | +## Additional information |
| 39 | +<!-- |
| 40 | + Details are important, and help maintainers processing your PR. |
| 41 | + Please be sure to fill out additional details, if applicable. |
| 42 | +--> |
| 43 | + |
| 44 | +- This PR fixes or closes issue: fixes # |
| 45 | +- This PR is related to issue: |
| 46 | +- Link to documentation pull request: |
| 47 | + |
| 48 | +## Checklist |
| 49 | +<!-- |
| 50 | + Put an `x` in the boxes that apply. You can also fill these out after |
| 51 | + creating the PR. If you're unsure about any of them, don't hesitate to ask. |
| 52 | + We're here to help! This is simply a reminder of what we are going to look |
| 53 | + for before merging your code. |
| 54 | +--> |
| 55 | + |
| 56 | +- [ ] The code change is tested and works locally. |
| 57 | +- [ ] Local tests pass. **Your PR cannot be merged unless tests pass** |
| 58 | +- [ ] There is no commented out code in this PR. |
| 59 | +- [ ] I have followed the [development checklist][dev-checklist] |
| 60 | +- [ ] The code compiles without warnings (code quality chek) |
| 61 | +- [ ] Tests have been added to verify that the new code works. |
| 62 | + |
| 63 | +If user exposed functionality or configuration variables are added/changed: |
| 64 | + |
| 65 | +- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository] |
| 66 | + |
| 67 | + |
| 68 | +<!-- |
| 69 | + Thank you for contributing <3 |
| 70 | +
|
| 71 | + Below, some useful links you could explore: |
| 72 | +--> |
| 73 | +[docs-repository]: https://github.com/net-daemon/docs |
0 commit comments