1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-13 06:10:30 +01:00

Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Otto Winter 2018-10-12 10:31:39 +02:00 committed by GitHub
parent f2cd2ec178
commit 711172f520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
PULL_REQUEST_TEMPLATE.md Normal file
View File

@ -0,0 +1,19 @@
## Description:
**Related issue (if applicable):** fixes <link to issue>
**Pull request in [esphomedocs](https://github.com/OttoWinter/esphomedocs) with documentation (if applicable):** OttoWinter/esphomedocs#<esphomedocs PR number goes here>
**Pull request in [esphomelib](https://github.com/OttoWinter/esphomelib) with C++ framework changes (if applicable):** OttoWinter/esphomelib#<esphomelib PR number goes here>
## Example entry for YAML configuration (if applicable):
```yaml
```
## Checklist:
- [ ] The code change is tested and works locally.
- [ ] Tests have been added to verify that the new code works (under `tests/` folder)
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated in [esphomedocs](https://github.com/OttoWinter/esphomedocs)