mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update ISSUE_TEMPLATE/
This commit is contained in:
parent
804a46a53b
commit
39598dbfa8
5 changed files with 32 additions and 72 deletions
22
.github/ISSUE_TEMPLATE/-----epg-request.yml
vendored
22
.github/ISSUE_TEMPLATE/-----epg-request.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
name: 🗓 EPG Request
|
||||
description: Request to add a new EPG (Electronic Programming Guide) source to the repository
|
||||
labels: ['🗓 epg request']
|
||||
|
||||
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: Source
|
||||
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'
|
33
.github/ISSUE_TEMPLATE/----channel-request.yml
vendored
33
.github/ISSUE_TEMPLATE/----channel-request.yml
vendored
|
@ -1,33 +0,0 @@
|
|||
name: 📺 Channel Request
|
||||
description: Request to add channels to the guide
|
||||
labels: ['📺 channel request']
|
||||
|
||||
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: Source
|
||||
description: Website where the EPG for these channels can be found?
|
||||
placeholder: 'https://cablecompany.com/tvlisting'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Channels
|
||||
description: List all channels that need to be added
|
||||
placeholder: |
|
||||
- Channel1
|
||||
- Channel2
|
||||
...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Notes
|
||||
description: Anything else we should know?
|
30
.github/ISSUE_TEMPLATE/----epg-request.yml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/----epg-request.yml
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
name: 🗓 EPG Request
|
||||
description: Request to add a EPG (Electronic Programming Guide) for a specific channel
|
||||
labels: ['🗓 epg request']
|
||||
|
||||
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 ID
|
||||
description: Unique channel ID from [iptv-org.github.io](https://iptv-org.github.io/). If you can't find the channel you want in the list, please let us know through this [form](https://github.com/iptv-org/database/issues/new?assignees=&labels=channel+request&template=---channel-request.yml&title=Add%3A+).
|
||||
placeholder: 'BBCAmericaEast.us'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Source
|
||||
description: Website where the EPG can be found?
|
||||
placeholder: 'https://cablecompany.com/tvlisting'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Notes
|
||||
description: Anything else we should know?
|
4
.github/ISSUE_TEMPLATE/---broken-guide.yml
vendored
4
.github/ISSUE_TEMPLATE/---broken-guide.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: ⚠️ Broken Guide
|
||||
description: Report an error in the guide
|
||||
description: Report an error in one of the guides
|
||||
labels: ['⚠️ broken guide']
|
||||
|
||||
body:
|
||||
|
@ -12,7 +12,7 @@ body:
|
|||
attributes:
|
||||
label: Guide
|
||||
description: Link to the broken guide
|
||||
placeholder: 'https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml.gz'
|
||||
placeholder: 'https://iptv-org.github.io/epg/guides/us.xml'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
15
.github/ISSUE_TEMPLATE/-bug-report.yml
vendored
15
.github/ISSUE_TEMPLATE/-bug-report.yml
vendored
|
@ -1,15 +0,0 @@
|
|||
name: 🐞 Bug Report
|
||||
description: Report an error in this repository
|
||||
labels: ['🐞 bug']
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please describe the error in as much detail as possible so that we can fix it quickly.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue