From 4c30fa497f2ab2703c75c840b4cc1a26360d2dd4 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 4 Mar 2024 15:51:07 +0100 Subject: [PATCH] Add check for custom integrations to add repository link (#5264) --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index af88c45b..f1a75faf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,6 +20,7 @@ - [ ] Add a new logo or icon for a new core integration - [ ] Add a missing icon or logo for an existing core integration - [ ] Add a new logo or icon for a custom integration (custom component) + - [ ] I've added a link to my custom integration repository in the PR description - [ ] I've opened up a PR for my custom integration on the [Home Assistant Python wheels repository](https://github.com/home-assistant/wheels-custom-integrations) - [ ] Replace an existing icon or logo with a higher quality version @@ -36,6 +37,7 @@ - Link to code base pull request: - Link to documentation pull request: - Link to integration documentation on our website: +- Link to custom integration repository: ## Checklist