From cb28429231dd5d93c7605625a4362ec92d9562b8 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 12 Oct 2018 11:25:43 +0200 Subject: [PATCH] Create Pull Request Template (#172) * Create PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Rename PULL_REQUEST_TEMPLATE.md to .github/PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..6e1fc9be00 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +## Description: + + +**Related issue (if applicable):** fixes + +**Pull request in [esphomedocs](https://github.com/OttoWinter/esphomedocs) with documentation (if applicable):** OttoWinter/esphomedocs# +**Pull request in [esphomelib](https://github.com/OttoWinter/esphomelib) with C++ framework changes (if applicable):** OttoWinter/esphomelib# + +## 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). + - [ ] Check this box if you have read, understand, comply, and agree with the [Code of Conduct](https://github.com/OttoWinter/esphomeyaml/blob/master/CODE_OF_CONDUCT.md). + +If user exposed functionality or configuration variables are added/changed: + - [ ] Documentation added/updated in [esphomedocs](https://github.com/OttoWinter/esphomedocs).