esphome/.github/PULL_REQUEST_TEMPLATE.md

44 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-02-19 14:46:27 +01:00
# What does this implement/fix?
2022-10-25 01:53:01 +02:00
<!-- Quick description and explanation of changes -->
2021-02-26 14:32:23 +01:00
## Types of changes
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Other
2021-02-26 14:32:23 +01:00
**Related issue or feature (if applicable):** fixes <link to issue>
**Pull request in [esphome-docs](https://github.com/esphome/esphome-docs) with documentation (if applicable):** esphome/esphome-docs#<esphome-docs PR number goes here>
## Test Environment
2021-02-26 14:32:23 +01:00
- [ ] ESP32
- [ ] ESP32 IDF
2021-02-26 14:32:23 +01:00
- [ ] ESP8266
2022-10-25 01:53:01 +02:00
- [ ] RP2040
- [ ] BK72xx
- [ ] RTL87xx
2021-02-26 14:32:23 +01:00
## Example entry for `config.yaml`:
<!--
Supplying a configuration snippet, makes it easier for a maintainer to test
your PR. Furthermore, for new integrations, it gives an impression of how
the configuration would look like.
Note: Remove this section if this PR does not have an example entry.
-->
```yaml
# Example config.yaml
```
## Checklist:
- [ ] The code change is tested and works locally.
- [ ] Tests have been added to verify that the new code works (under `tests/` folder).
2022-02-19 14:46:27 +01:00
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated in [esphome-docs](https://github.com/esphome/esphome-docs).