From 7f3f2f08cf84caffb2f0f808bf6332e4deb39768 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Thu, 17 Aug 2023 13:40:56 +0000 Subject: [PATCH] templates: add help and feature request links to config.yml --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0cec..50d3a9ffbc 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,8 @@ blank_issues_enabled: false +contact_links: + - name: Help and Support + url: https://forum.libreelec.tv + about: Please ask for help and post questions in the forum + - name: Feature Requests + url: https://forum.libreelec.tv/board/18-feature-requests/ + about: Please make feature requests via the forum