iptv/.github/ISSUE_TEMPLATE/--removal-request.yml

56 lines
2.0 KiB
YAML
Raw Normal View History

2022-02-15 02:10:47 +01:00
name: ❌ Removal Request
2022-02-16 01:44:53 +01:00
description: Request to remove content
2022-02-15 02:10:47 +01:00
title: 'Remove: '
2022-05-20 13:25:07 +02:00
labels: ['❌ removal request']
2022-02-15 02:10:47 +01:00
body:
2022-02-16 01:44:53 +01:00
- 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.
2022-02-15 02:10:47 +01:00
- type: input
attributes:
2022-02-15 02:26:04 +01:00
label: Your full legal name
2022-02-15 02:10:47 +01:00
validations:
required: true
- type: dropdown
attributes:
label: Are you the copyright holder or authorized to act on the copyright owner's behalf?
2022-02-16 01:44:53 +01:00
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.
2022-02-15 02:10:47 +01:00
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?
2022-02-15 02:11:52 +01:00
- type: checkboxes
2022-02-15 02:10:47 +01:00
attributes:
2022-02-15 02:21:16 +01:00
label: 'Please confirm the following'
2022-02-15 02:17:06 +01:00
options:
2022-02-15 02:26:04 +01:00
- label: I have read and understand iptv-org's [Legal Statement](https://github.com/iptv-org/iptv#legal)
2022-02-15 02:17:06 +01:00
required: true