Update issue templates

This commit is contained in:
Aleksandr Statciuk 2022-09-16 23:39:41 +03:00
parent 5c5461deca
commit 96c5505681
5 changed files with 72 additions and 9 deletions

View File

@ -1,5 +1,6 @@
name: 📺 EPG Request
description: Request to add EPG (Electronic Programming Guide) in this repository
name: 🗓 EPG Request
description: Request to add a new EPG (Electronic Programming Guide) source to the repository
labels: ['🗓 epg request']
body:
- type: markdown

View 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?

View 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

View 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

View File

@ -1,17 +1,11 @@
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
label: Description
description: Please describe the error in as much detail as possible so that we can fix it quickly.
validations:
required: true