diff --git a/.github/ISSUE_TEMPLATE/--removal-request.yml b/.github/ISSUE_TEMPLATE/--removal-request.yml new file mode 100644 index 0000000000..9e9d9fb134 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--removal-request.yml @@ -0,0 +1,52 @@ +name: ❌ Removal Request +description: Request to remove a link +title: 'Remove: ' +labels: ['removal request'] +assignees: + - freearhey +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 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: 'Please confirm the following' + options: + - label: I have read and understand iptv-org's [Legal Statement](https://github.com/iptv-org/iptv#legal) + required: true diff --git a/.github/ISSUE_TEMPLATE/--remove-channel.yml b/.github/ISSUE_TEMPLATE/--remove-channel.yml deleted file mode 100644 index 3495957012..0000000000 --- a/.github/ISSUE_TEMPLATE/--remove-channel.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: 🚨 Remove Channel -description: Request to remove a channel -title: "Remove: " -labels: [ "DMCA" ] - -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 - id: name - attributes: - label: Channel Names - description: Full name of every channel to be removed - placeholder: 'Fox Life Russia' - validations: - required: true - - - type: input - id: link - attributes: - label: DMCA Notice - description: A link to your published complaint form that must be filled here https://github.com/contact/dmca - placeholder: 'https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2021/03/2021-03-26-sky-italia.md' - validations: - required: true - - - type: input - id: notes - attributes: - label: Notes - placeholder: 'Anything else we should know?'