mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update issue templates
This commit is contained in:
parent
5c5461deca
commit
96c5505681
5 changed files with 72 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
||||||
name: 📺 EPG Request
|
name: 🗓 EPG Request
|
||||||
description: Request to add EPG (Electronic Programming Guide) in this repository
|
description: Request to add a new EPG (Electronic Programming Guide) source to the repository
|
||||||
|
labels: ['🗓 epg request']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
33
.github/ISSUE_TEMPLATE/----channel-request.yml
vendored
Normal file
33
.github/ISSUE_TEMPLATE/----channel-request.yml
vendored
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
name: 📺 Channel Request
|
||||||
|
description: Request to add channels to the list
|
||||||
|
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 you saw the program for the channel
|
||||||
|
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?
|
24
.github/ISSUE_TEMPLATE/---broken-guide.yml
vendored
Normal file
24
.github/ISSUE_TEMPLATE/---broken-guide.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
name: ⚠️ Broken Guide
|
||||||
|
description: Report a broken EPG
|
||||||
|
labels: ['⚠️ broken guide']
|
||||||
|
|
||||||
|
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: Guide
|
||||||
|
description: Link to the guide that broke
|
||||||
|
placeholder: 'https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml.gz'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Details
|
||||||
|
description: What exactly is not working?
|
||||||
|
validations:
|
||||||
|
required: true
|
11
.github/ISSUE_TEMPLATE/--feature-request.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/--feature-request.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name: 💡 Feature Request
|
||||||
|
description: For any ideas or feature requests
|
||||||
|
labels: ['💡 feature request']
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: Please describe your idea in as much detail as possible so that we can efficiently process your request
|
||||||
|
validations:
|
||||||
|
required: true
|
|
@ -1,17 +1,11 @@
|
||||||
name: 🐞 Bug Report
|
name: 🐞 Bug Report
|
||||||
description: Report an error in this repository
|
description: Report an error in this repository
|
||||||
title: 'Fix: '
|
|
||||||
labels: ['🐞 bug']
|
labels: ['🐞 bug']
|
||||||
|
|
||||||
body:
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe your issue
|
label: Description
|
||||||
description: Please describe the error in as much detail as possible so that we can fix it quickly.
|
description: Please describe the error in as much detail as possible so that we can fix it quickly.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
Loading…
Add table
Add a link
Reference in a new issue