From 3cc2ccdb2a48ddb2fe33d65eef7983f301c851a6 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:47:07 +0300 Subject: [PATCH] Delete --removal-request.yml --- .github/ISSUE_TEMPLATE/--removal-request.yml | 56 -------------------- 1 file changed, 56 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/--removal-request.yml diff --git a/.github/ISSUE_TEMPLATE/--removal-request.yml b/.github/ISSUE_TEMPLATE/--removal-request.yml deleted file mode 100644 index ade0d0611..000000000 --- a/.github/ISSUE_TEMPLATE/--removal-request.yml +++ /dev/null @@ -1,56 +0,0 @@ -name: ©️ Removal request -description: Request to remove content -title: 'Remove: ' -labels: ['removal request'] -body: - - type: markdown - attributes: - value: | - This form is only for requests from the copyright owner or an agent authorized to act on behalf of the copyright owner. If you're experiencing problems viewing a channel please fill a [Broken Stream](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=-----broken-stream.yml&title=Fix%3A+) form instead. - - - 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 or, if it is an entire file, the file's URL. - validations: - required: true - - - type: textarea - attributes: - label: Any additional information we need to know? - - - type: checkboxes - attributes: - label: Contributing Guide - description: 'Please read this guide before posting your request' - options: - - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - required: true