24 lines
631 B
YAML
24 lines
631 B
YAML
name: ⚠️ Broken Guide
|
|
description: Report an error in the guide
|
|
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 broken guide
|
|
placeholder: 'https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml.gz'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Describe the issue in details
|
|
validations:
|
|
required: true |