mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Create ----channel-request.yml
This commit is contained in:
parent
40a96b927e
commit
f407a12832
1 changed files with 30 additions and 0 deletions
30
.github/ISSUE_TEMPLATE/----channel-request.yml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/----channel-request.yml
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
name: ✍️ Channel Request
|
||||
description: Request to add a channel to the guide
|
||||
labels: ['channel 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: Site
|
||||
description: The name of the site
|
||||
placeholder: 'guidatv.sky.it'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Channels
|
||||
description: List of channels to be added
|
||||
placeholder: 'BBC One'
|
||||
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