mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Merge pull request #1899 from iptv-org/update-issue-templates
Update issue templates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: 🗓 EPG Request
|
||||
description: Request to add a guide for a specific channels
|
||||
description: Request to add a channel to existing guide
|
||||
labels: ['🗓 epg request']
|
||||
|
||||
body:
|
||||
@@ -10,9 +10,9 @@ body:
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Source
|
||||
description: Website where the EPG can be found?
|
||||
placeholder: 'https://cablecompany.com/tvlisting'
|
||||
label: Guide
|
||||
description: Link to the file in which you want to add these channels
|
||||
placeholder: 'https://iptv-org.github.io/epg/guides/en/example.co.uk.xml'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
22
.github/ISSUE_TEMPLATE/----source-request.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/----source-request.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: ➕ Source Request
|
||||
description: Request to add a new source
|
||||
labels: ['➕ source request']
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please fill out the request as much as possible so we can 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 we should know?
|
||||
Reference in New Issue
Block a user