From 6254d4a983f2459577e7a7e6be9a1d567c00a527 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sat, 14 May 2016 14:02:14 -0700 Subject: [PATCH] Add lines for associated documentation PR --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bb40754c97a..484fe20f11f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,6 +3,8 @@ **Related issue (if applicable):** # +**Pull request in [home-assistant.io](https://github.com/home-assistant/home-assistant.io) with documentation (if applicable):** home-assistant/home-assistant.io# + **Example entry for `configuration.yaml` (if applicable):** ```yaml @@ -10,6 +12,9 @@ **Checklist:** +If user exposed functionality or configuration variables are added/changed: + - [ ] Documentation added/updated in [home-assistant.io](https://github.com/home-assistant/home-assistant.io) + If code communicates with devices: - [ ] Local tests with `tox` run successfully. **Your PR cannot be merged unless tests pass** - [ ] New dependencies have been added to the `REQUIREMENTS` variable ([example][ex-requir]).