From 9ba7aea547d048c9c7d09c3ee372640f91e3627c Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Sat, 23 May 2020 21:15:00 +0100 Subject: [PATCH] Add pull request template (#551) --- .github/pull_request_template.md | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 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 00000000..fbce05fc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,38 @@ + + +## Proposed change + + + +## Type of change + + +- [ ] Document existing features within Home Assistant +- [ ] Document new or changing features which there is an existing pull request elsewhere +- [ ] Spelling or grammatical corrections, or rewording for improved clarity +- [ ] Changes to the backend of this documentation +- [ ] Removed stale or deprecated documentation + +## Additional information + + +- This PR fixes or closes issue: fixes # +- Link to relevant existing code or pull request: