From de5451911e0d29a897c2b13e9c1ae9e6351a3b71 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 29 Mar 2025 11:39:58 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/1_streams_add.yml | 9 ++++++--- .github/ISSUE_TEMPLATE/2_streams_edit.yml | 9 ++++++--- .github/ISSUE_TEMPLATE/3_broken-stream.yml | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_streams_add.yml b/.github/ISSUE_TEMPLATE/1_streams_add.yml index 75d89b54fc..2d3f9c793c 100644 --- a/.github/ISSUE_TEMPLATE/1_streams_add.yml +++ b/.github/ISSUE_TEMPLATE/1_streams_add.yml @@ -6,9 +6,9 @@ labels: ['streams:add'] body: - type: input attributes: - label: Channel ID (required) - 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&projects=&template=channels_add.yml&title=Add%3A+) before posting your request. - placeholder: 'BBCAmericaEast.us' + label: Stream ID (required) + description: "ID of the stream consisting of `` or `@`. Full list of supported channels with corresponding ID could be found on [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&projects=&template=channels_add.yml&title=Add%3A+) before posting your request." + placeholder: 'BBCAmerica.us@East' validations: required: true @@ -28,9 +28,12 @@ body: - 2160p - 1280p - 1080p + - 1080i - 720p - 576p + - 576i - 480p + - 480i - 360p - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/2_streams_edit.yml b/.github/ISSUE_TEMPLATE/2_streams_edit.yml index 0231d30c0c..1c9ab62004 100644 --- a/.github/ISSUE_TEMPLATE/2_streams_edit.yml +++ b/.github/ISSUE_TEMPLATE/2_streams_edit.yml @@ -19,9 +19,9 @@ body: - type: input attributes: - label: Channel ID - description: Channel ID from [iptv-org.github.io](https://iptv-org.github.io/). - placeholder: 'BBCAmericaEast.us' + label: Stream ID + description: "ID of the stream consisting of `` or `@`. Full list of supported channels with corresponding ID could be found on [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&projects=&template=channels_add.yml&title=Add%3A+) before posting your request." + placeholder: 'BBCAmerica.us@East' - type: dropdown attributes: @@ -31,9 +31,12 @@ body: - 2160p - 1280p - 1080p + - 1080i - 720p - 576p + - 576i - 480p + - 480i - 360p - '~' diff --git a/.github/ISSUE_TEMPLATE/3_broken-stream.yml b/.github/ISSUE_TEMPLATE/3_broken-stream.yml index 12ed63a5b2..67dcb462ae 100644 --- a/.github/ISSUE_TEMPLATE/3_broken-stream.yml +++ b/.github/ISSUE_TEMPLATE/3_broken-stream.yml @@ -1,7 +1,7 @@ name: 🚧 Report broken stream description: Report a broken or unstable stream title: 'Broken: ' -labels: ['broken stream'] +labels: ['broken stream', 'streams:remove'] body: - type: markdown