mirror of https://github.com/iptv-org/iptv
Delete ------channel-request.yml
parent
2ed05e8d4a
commit
e4b09ac392
@ -1,36 +0,0 @@
|
||||
name: 📺 Channel Request
|
||||
description: Request to add a channel into the playlist
|
||||
title: 'Add: '
|
||||
labels: ['channel request']
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please fill out the form as much as you can so we could efficiently process your request
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Channel ID
|
||||
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=channels%3Aadd&template=channels_add.yml&title=Add%3A+).
|
||||
placeholder: 'BBCAmericaEast.us'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Stream URL (optional)
|
||||
description: Link to the stream (if you have one)
|
||||
placeholder: 'https://example.com/playlist.m3u8'
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Notes (optional)
|
||||
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)
|
||||
required: true
|
Loading…
Reference in New Issue