mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #8050 from chewitt/issues
templates: issue template improvements and links
This commit is contained in:
commit
85ae9cc5de
16
.github/ISSUE_TEMPLATE/bug-report.md
vendored
16
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug Report
|
||||||
about: Describe this issue
|
about: Describe this issue
|
||||||
title: "[BUG]"
|
title: "[BUG]"
|
||||||
labels: ISSUE NEEDS REVIEW
|
labels: ISSUE NEEDS REVIEW
|
||||||
@ -8,21 +8,21 @@ assignees: ''
|
|||||||
---
|
---
|
||||||
|
|
||||||
### Describe the bug
|
### Describe the bug
|
||||||
<!--- A clear description of what the bug is. -->
|
<!-- A clear description of what the bug is. -->
|
||||||
|
|
||||||
### To Reproduce
|
### How to reproduce
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Play '....'
|
2. Play '....'
|
||||||
3. See error
|
3. See error
|
||||||
|
|
||||||
### Informations
|
### Information
|
||||||
- LE Version: [e.g. 9.2.1]
|
- LibreELEC Version: [e.g. 9.2.1]
|
||||||
- Hardware Platform: [e.g. RPi3]
|
- Hardware Platform: [e.g. RPi3]
|
||||||
|
|
||||||
### Log file
|
### Log file
|
||||||
<!-- Add log files (https://libreelec.wiki/how_to/provide_logfile) that we can search for errors. -->
|
<!-- Add debug log files (https://libreelec.wiki/how_to/provide_logfile) that we can search for errors. -->
|
||||||
|
|
||||||
### Additional context
|
### Context
|
||||||
<!--- Add any other context about the problem here. -->
|
<!-- Add any context about the problem here. -->
|
||||||
|
|
||||||
|
7
.github/ISSUE_TEMPLATE/config.yml
vendored
7
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1 +1,8 @@
|
|||||||
blank_issues_enabled: false
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user