iptv/.github/ISSUE_TEMPLATE/------channel-request.yml

37 lines
1.3 KiB
YAML
Raw Normal View History

2021-12-10 15:07:14 +01:00
name: 📺 Channel Request
description: Request to add a channel into the playlist
2022-02-15 06:57:30 +01:00
title: 'Add: '
labels: ['channel request']
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
- type: input
attributes:
2022-02-15 06:57:30 +01:00
label: Channel ID
2023-04-15 14:45:09 +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=channels%3Aadd&template=channels_add.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
- type: input
attributes:
2023-04-15 04:02:51 +02:00
label: Stream URL (optional)
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
attributes:
2023-04-15 04:02:51 +02:00
label: Notes (optional)
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