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,7 +1,7 @@
name: 📺 Channel Request name: 📺 Channel Request
description: Request to add a channel into the playlist description: Request to add a channel into the playlist
title: "Add: " title: 'Add: '
labels: [ "channel request" ] labels: ['channel request']
body: body:
- type: markdown - type: markdown
@ -9,50 +9,41 @@ body:
value: | value: |
Please fill out the issue template as much as you can so we could efficiently process your request 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
- type: input - type: input
id: name
attributes: attributes:
label: Channel Name 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. 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' placeholder: 'BBC America East'
validations: validations:
required: true required: true
- type: input - type: input
id: origin
attributes: attributes:
label: Country label: Channel ID
description: Country from which the channel originates from 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/).
validations: placeholder: 'BBCAmericaEast.us'
required: true
- type: input - type: input
id: lang
attributes:
label: Language
validations:
required: true
- type: input
id: source
attributes: attributes:
label: Website label: Website
description: Where did you find the broadcast? description: Where did you find the broadcast?
placeholder: 'ex. https://www.filmon.com/channel/strange-paradise' placeholder: 'https://example.com/live-tv'
validations: validations:
required: true required: true
- type: input - type: input
id: stream
attributes: attributes:
label: Stream URL label: Stream URL
description: Link to a stream in m3u8 format description: Link to a stream in m3u8 format
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' placeholder: 'https://example.com/playlist.m3u8'
- type: input - type: textarea
id: notes
attributes: attributes:
label: Notes 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)