From 75f0287d1d19785ad48c2ffe2e2e4d73e19e5bb5 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 30 Nov 2022 19:41:53 +1300 Subject: [PATCH] Update PR template (#2489) --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5f10bd2bc..7448b38a1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,5 +7,8 @@ ## Checklist: - - [ ] Branch: `next` is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against `current`. + - [ ] I am merging into `next` because this is new documentation that has a matching pull-request in [esphome](https://github.com/esphome/esphome) as linked above. + or + - [ ] I am merging into `current` because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature. + - [ ] Link added in `/index.rst` when creating new documents for new components or cookbook.