From 73d5255118726eab154e3ac448da4d472bc30679 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Thu, 17 Aug 2023 13:40:07 +0000 Subject: [PATCH 1/2] templates: minor tweaks to bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 45e2eb70fe..c41df044fd 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug Report about: Describe this issue title: "[BUG]" labels: ISSUE NEEDS REVIEW @@ -8,21 +8,21 @@ assignees: '' --- ### Describe the bug - + -### To Reproduce +### How to reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Play '....' 3. See error -### Informations - - LE Version: [e.g. 9.2.1] +### Information + - LibreELEC Version: [e.g. 9.2.1] - Hardware Platform: [e.g. RPi3] ### Log file - + -### Additional context - +### Context + From 7f3f2f08cf84caffb2f0f808bf6332e4deb39768 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Thu, 17 Aug 2023 13:40:56 +0000 Subject: [PATCH 2/2] 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