Adding Issue Template
- To keep things more organized and consistent across the different repositories - First draft, subject to change
This commit is contained in:
38
.github/ISSUE_TEMPLATE/------epg-request.yml
vendored
Normal file
38
.github/ISSUE_TEMPLATE/------epg-request.yml
vendored
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
name: 📺 EPG Request
|
||||||
|
description: Request to add Electronic programming guide (EPG) in this repository
|
||||||
|
title: 'Add: '
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please fill out the issue template as much as you can so we could efficiently process your request
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Channel Name
|
||||||
|
description: Channel Name from iptv-org/database. A complete list of supported channels can be found on iptv-org.github.io.
|
||||||
|
placeholder: 'BBC America East'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Channel ID
|
||||||
|
description: Unique channel ID from iptv-org/database. A complete list of supported channels can be found on iptv-org.github.io..
|
||||||
|
placeholder: 'BBCAmericaEast.us'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Website
|
||||||
|
description: Website where the EPG can be found?
|
||||||
|
placeholder: 'https://cablecompany.com/tvlisting'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Notes
|
||||||
|
description: 'Anything else that helps? API Url, Etc'
|
||||||
17
.github/ISSUE_TEMPLATE/----bug-report.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/----bug-report.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: 🐞 Bug Report
|
||||||
|
description: Report an error in this repository
|
||||||
|
title: 'Fix: '
|
||||||
|
labels: ['🐞 bug']
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
This form is only for reporting bugs with auto-update, EPG sorting and other problems with automation scripts.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe your issue
|
||||||
|
description: Please describe the error in as much detail as possible so that we can fix it quickly.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Reference in New Issue
Block a user