2021-12-10 15:07:14 +01:00
name : 📺 Channel Request
2021-12-09 21:56:51 +01:00
description : Request to add a channel into the playlist
2022-02-15 06:57:30 +01:00
title: 'Add : '
labels : [ 'channel request' ]
2021-12-09 21:56:51 +01:00
body :
- type : markdown
attributes :
value : |
2022-08-19 00:54:09 +02:00
Please fill out the form as much as you can so we could efficiently process your request
2022-02-15 06:57:30 +01:00
2021-12-09 21:56:51 +01:00
- type : input
attributes :
2022-02-15 06:57:30 +01:00
label : Channel ID
2022-08-19 20:34:49 +02:00
description : Unique channel ID from [iptv-org.github.io](https://iptv-org.github.io/). If you can't find the channel you want in the list, please let us know through this [form](https://github.com/iptv-org/database/issues/new?assignees=&labels=channel+request&template=---channel-request.yml&title=Add%3A+).
2022-02-15 06:57:30 +01:00
placeholder : 'BBCAmericaEast.us'
2022-08-19 00:54:09 +02:00
validations :
required : true
2021-12-09 21:56:51 +01:00
- type : input
attributes :
label : Stream URL
2022-08-19 00:54:09 +02:00
description : Link to the stream (if you have one)
2022-02-15 06:57:30 +01:00
placeholder : 'https://example.com/playlist.m3u8'
- type : textarea
2021-12-09 21:56:51 +01:00
attributes :
label : Notes
2022-02-15 06:57:30 +01:00
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)
2022-02-27 16:21:25 +01:00
required : true