From 8c3c3efb5a9dc8b626afa2d0e677c05fe3281446 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 19 Aug 2022 01:54:09 +0300 Subject: [PATCH 1/2] Update ------channel-request.yml --- .../ISSUE_TEMPLATE/------channel-request.yml | 22 +++++-------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/------channel-request.yml b/.github/ISSUE_TEMPLATE/------channel-request.yml index b8f912f50..7793fc89d 100644 --- a/.github/ISSUE_TEMPLATE/------channel-request.yml +++ b/.github/ISSUE_TEMPLATE/------channel-request.yml @@ -7,32 +7,20 @@ body: - type: markdown attributes: value: | - Please fill out the issue template 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 + 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/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' - - - type: input - attributes: - label: Website - description: Where have you seen the broadcast of this channel? - placeholder: 'https://example.com/live-tv' + validations: + required: true - type: input attributes: 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' - type: textarea From c1b86ae57fb5234b369f82b72167bc701003bdd9 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 19 Aug 2022 02:13:48 +0300 Subject: [PATCH 2/2] Update ------channel-request.yml --- .github/ISSUE_TEMPLATE/------channel-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/------channel-request.yml b/.github/ISSUE_TEMPLATE/------channel-request.yml index 7793fc89d..f44c8f0b0 100644 --- a/.github/ISSUE_TEMPLATE/------channel-request.yml +++ b/.github/ISSUE_TEMPLATE/------channel-request.yml @@ -12,7 +12,7 @@ body: - type: input attributes: label: Channel ID - description: Unique channel ID from [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' validations: required: true