Merge pull request #8119 from iptv-org/update-channel-request-template

Update channel request template
pull/8130/head
Aleksandr Statciuk 3 years ago committed by GitHub
commit 53de743ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,32 +7,20 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please fill out the issue template as much as you can so we could efficiently process your request Please fill out the form as much as you can so we could efficiently process your request
- type: input
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: 'BBC America East'
validations:
required: true
- type: input - type: input
attributes: attributes:
label: Channel ID 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/). description: Unique channel ID from [iptv-org.github.io](https://iptv-org.github.io/)
placeholder: 'BBCAmericaEast.us' placeholder: 'BBCAmericaEast.us'
validations:
- type: input required: true
attributes:
label: Website
description: Where have you seen the broadcast of this channel?
placeholder: 'https://example.com/live-tv'
- type: input - type: input
attributes: attributes:
label: Stream URL label: Stream URL
description: Link to a stream in m3u8 format description: Link to the stream (if you have one)
placeholder: 'https://example.com/playlist.m3u8' placeholder: 'https://example.com/playlist.m3u8'
- type: textarea - type: textarea

Loading…
Cancel
Save