mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Merge pull request #1899 from iptv-org/update-issue-templates
Update issue templates
This commit is contained in:
commit
a01617742d
2 changed files with 26 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: 🗓 EPG Request
|
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']
|
labels: ['🗓 epg request']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
@ -10,9 +10,9 @@ body:
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Source
|
label: Guide
|
||||||
description: Website where the EPG can be found?
|
description: Link to the file in which you want to add these channels
|
||||||
placeholder: 'https://cablecompany.com/tvlisting'
|
placeholder: 'https://iptv-org.github.io/epg/guides/en/example.co.uk.xml'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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?
|
Loading…
Add table
Add a link
Reference in a new issue