From 7d384716efcc3ae99d70990bc3a34648a1574e03 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:05:55 +0300 Subject: [PATCH] Delete -----broken-stream.yml --- .github/ISSUE_TEMPLATE/-----broken-stream.yml | 51 ------------------- 1 file changed, 51 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/-----broken-stream.yml diff --git a/.github/ISSUE_TEMPLATE/-----broken-stream.yml b/.github/ISSUE_TEMPLATE/-----broken-stream.yml deleted file mode 100644 index e71b68f3b..000000000 --- a/.github/ISSUE_TEMPLATE/-----broken-stream.yml +++ /dev/null @@ -1,51 +0,0 @@ -name: 🛠 Broken Stream -description: Report a broken stream -title: 'Broken: ' -labels: ['🛠 broken stream'] - -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: Broken Link - description: Please specify the broken link from a playlist - placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' - validations: - required: true - - - type: dropdown - attributes: - label: What happened to the stream? - options: - - Not loading - - Constantly interrupts/lagging - - Stuck at a single frame - - I see visual artifacts - - Shows looped video - - No sound - - Displays a message asking to renew subscription - - Other - validations: - required: true - - - type: input - attributes: - label: Possible Replacement (optional) - description: If you have a working link to this broadcast which is not yet on the playlist let us know - placeholder: 'https://example.com/playlist.m3u8' - - - type: textarea - attributes: - label: Notes (optional) - placeholder: 'Anything else we should know?' - - - 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#report-a-broken-stream) - required: true