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 + 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