mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
24 lines
595 B
YAML
24 lines
595 B
YAML
name: ✨ Feature request
|
|
description: Ask for a feature to be added to the guide
|
|
labels: ['feature 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: Site
|
|
description: The name of the site
|
|
placeholder: 'guidatv.sky.it'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Detailed description of the feature.
|
|
validations:
|
|
required: true
|