From e30b2576b7c8d710575eb6e6b2a93848eb4097f4 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 6 Oct 2020 12:49:56 +0200 Subject: [PATCH] Add link for creating frontend issues. #4568 --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f0ed8b76..bdc919e9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Frontend issues + url: https://github.com/nurikk/z2m-frontend/issues + about: Issues related to the frontend. - name: Home Assistant addon issues url: https://github.com/danielwelch/hassio-zigbee2mqtt/issues about: Issues related to the Home Assistant addon. @@ -8,4 +11,4 @@ contact_links: about: Frequently asked questions. - name: Support Chat url: https://discord.gg/NyseBeK - about: Chat for feedback, questions and troubleshooting. \ No newline at end of file + about: Chat for feedback, questions and troubleshooting.