From 2ef478472e2736f3f7d1f489a882386d1528996a Mon Sep 17 00:00:00 2001 From: Timothy <6560631+TimoPtr@users.noreply.github.com> Date: Wed, 9 Apr 2025 12:02:52 +0200 Subject: [PATCH] Add checklist to the pull request template (#2634) --- .github/pull_request_template.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fbce05fc..6bc9395c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,10 +19,18 @@ --> - [ ] Document existing features within Home Assistant -- [ ] Document new or changing features which there is an existing pull request elsewhere +- [ ] Document new or changing features for 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 +- [ ] Remove stale or deprecated documentation + +## Checklist + + +- [ ] I have read and followed the [documentation guidelines](https://developers.home-assistant.io/docs/documenting/standards). +- [ ] I have verified that my changes render correctly in the documentation. ## Additional information