From bf3ea61f7533371da1895ca2fcb390f44209609d Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 12 Oct 2018 10:46:06 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 3e2a79250a..6e1fc9be00 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -13,7 +13,8 @@ ## Checklist: - [ ] The code change is tested and works locally. - - [ ] Tests have been added to verify that the new code works (under `tests/` folder) + - [ ] 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) + - [ ] Documentation added/updated in [esphomedocs](https://github.com/OttoWinter/esphomedocs).