From 7c678659d43a3f9cd8fcb34966e551113fb94a4c Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 8 Jun 2021 22:23:23 +0200 Subject: [PATCH] Remove explain changes section from PR template (#1876) --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0d77eee7aa..aa90ef365f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,25 +1,22 @@ # What does this implement/fix? -Quick description +Quick description and explanation of changes ## 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) -- [ ] Configuration change (this will require users to update their yaml configuration files to keep working) +- [ ] Other **Related issue or feature (if applicable):** fixes **Pull request in [esphome-docs](https://github.com/esphome/esphome-docs) with documentation (if applicable):** esphome/esphome-docs# - -# Test Environment + +## Test Environment - [ ] ESP32 - [ ] ESP8266 -- [ ] Windows -- [ ] Mac OS -- [ ] Linux ## Example entry for `config.yaml`: