From 48a3e585bfe78a673e2a4c8701ab8fa34cc229f9 Mon Sep 17 00:00:00 2001 From: Voxel Date: Sun, 30 Jun 2024 09:51:25 -0600 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE directory --- .github/ISSUE_TEMPLATE/copyright-claim.yml | 42 ---------------------- .github/ISSUE_TEMPLATE/edit-stream.yml | 33 ----------------- .github/ISSUE_TEMPLATE/remove.yml | 31 ---------------- .github/ISSUE_TEMPLATE/request.yml | 33 ----------------- 4 files changed, 139 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/copyright-claim.yml delete mode 100644 .github/ISSUE_TEMPLATE/edit-stream.yml delete mode 100644 .github/ISSUE_TEMPLATE/remove.yml delete mode 100644 .github/ISSUE_TEMPLATE/request.yml diff --git a/.github/ISSUE_TEMPLATE/copyright-claim.yml b/.github/ISSUE_TEMPLATE/copyright-claim.yml deleted file mode 100644 index 0dc0f07..0000000 --- a/.github/ISSUE_TEMPLATE/copyright-claim.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: ©️ copyright removal request -description: request to remove content -labels: ['remove stream'] -body: - - type: input - attributes: - label: your full legal name - validations: - required: true - - - type: dropdown - attributes: - label: are you the copyright holder or authorized to act on the copyright owner's behalf? - description: we cannot process your request unless it is submitted by the copyright owner or an agent authorized to act on behalf of the copyright owner. - options: - - Yes, I am the copyright holder. - - Yes, I am authorized to act on the copyright owner's behalf. - - No. - validations: - required: true - - - type: textarea - attributes: - label: please describe the nature of your copyright ownership or authorization to act on the owner's behalf. - validations: - required: true - - - type: textarea - attributes: - label: please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online. - validations: - required: true - - - type: textarea - attributes: - label: what content should be removed? please specify the URL for each item. - validations: - required: true - - - type: textarea - attributes: - label: any additional information we need to know? diff --git a/.github/ISSUE_TEMPLATE/edit-stream.yml b/.github/ISSUE_TEMPLATE/edit-stream.yml deleted file mode 100644 index c19b03d..0000000 --- a/.github/ISSUE_TEMPLATE/edit-stream.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: edit stream -description: request to edit stream -title: 'Edit: ' -labels: ['edit stream'] - -body: - - type: input - attributes: - label: new stream URL - description: new link to the stream if you are editing this - placeholder: 'https://television.net/index.m3u8' - - - type: input - attributes: - label: channel name - description: "full name of the channel." - placeholder: 'Disney XD' - - - type: dropdown - attributes: - label: quality - description: maximum video resolution available on the link - options: - - 1080p - - 720p - - 576p - - 480p - - 360p - - - type: textarea - attributes: - label: Notes - placeholder: 'anything we should know? geoblocked, not 24/7, etc' diff --git a/.github/ISSUE_TEMPLATE/remove.yml b/.github/ISSUE_TEMPLATE/remove.yml deleted file mode 100644 index 5e2e16f..0000000 --- a/.github/ISSUE_TEMPLATE/remove.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: report broken stream -description: report a broken or unstable stream -title: 'remove: ' -labels: ['remove stream'] - -body: - - type: input - attributes: - label: broken stream - description: please specify the broken link - placeholder: 'https://cookies.net/channel.m3u8' - validations: - required: true - - - type: dropdown - attributes: - label: what happened to the stream? - options: - - not loading - - constantly interrupts/lagging - - stuck at a single frame - - looped - - no audio - - other - validations: - required: true - - - type: textarea - attributes: - label: notes - placeholder: 'anything else we should know?' diff --git a/.github/ISSUE_TEMPLATE/request.yml b/.github/ISSUE_TEMPLATE/request.yml deleted file mode 100644 index 3f6d842..0000000 --- a/.github/ISSUE_TEMPLATE/request.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: add a stream -description: request to add a new stream into the playlist -title: 'Add: ' -labels: ['channel request'] - -body: - - type: input - attributes: - label: channel name - placeholder: 'Disney XD' - validations: - required: true - - - - type: input - attributes: - label: stream URL - placeholder: 'https://example.net/file.m3u8' - validations: - - - type: textarea - attributes: - label: stuff we should know about the stream (is it geoblocked, not 24/7, etc) - description: "any notes?" - - - - type: checkboxes - attributes: - label: contributing guide - description: 'please read [this](https://f.phite.ro) before posting a request' - options: - - label: i've read it - required: true