Update ------channel-request.yml

This commit is contained in:
Aleksandr Statciuk 2022-02-15 08:57:30 +03:00
parent 565140df9d
commit a9b2fa9350

View File

@ -1,58 +1,49 @@
name: 📺 Channel Request
description: Request to add a channel into the playlist
title: "Add: "
labels: [ "channel request" ]
title: 'Add: '
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
**IMPORTANT**: An issue may contain a request for only one channel, otherwise it will be closed
Please fill out the issue template as much as you can so we could efficiently process your request
- type: input
id: name
attributes:
label: Channel Name
description: Full name of the channel. It is recommended to use the name listed on [lyngsat](https://www.lyngsat.com/search.html) or [wikipedia](https://www.wikipedia.org/) if possible.
placeholder: 'Fox Life Russia'
validations:
required: true
- type: input
id: origin
attributes:
label: Country
description: Country from which the channel originates from
validations:
required: true
- type: input
id: lang
attributes:
label: Language
validations:
required: true
- type: input
id: source
attributes:
label: Website
description: Where did you find the broadcast?
placeholder: 'ex. https://www.filmon.com/channel/strange-paradise'
placeholder: 'BBC America East'
validations:
required: true
- type: input
attributes:
label: Channel ID
description: Unique channel ID from iptv-org/database. A complete list of supported channels can be found on [iptv-org.github.io](https://iptv-org.github.io/).
placeholder: 'BBCAmericaEast.us'
- type: input
attributes:
label: Website
description: Where did you find the broadcast?
placeholder: 'https://example.com/live-tv'
validations:
required: true
- type: input
id: stream
attributes:
label: Stream URL
description: Link to a stream in m3u8 format
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
- type: input
id: notes
placeholder: 'https://example.com/playlist.m3u8'
- type: textarea
attributes:
label: Notes
placeholder: 'Anything else we should know about this broadcast? Is it 24/7?'
description: 'Anything else we should know about this broadcast?'
- type: checkboxes
attributes:
label: Please confirm the following
options:
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#request-a-channel)