Create --removal-request.yml
This commit is contained in:
parent
72da93c1aa
commit
26b5c3a16d
|
@ -0,0 +1,50 @@
|
|||
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: checkbox
|
||||
attributes:
|
||||
label: I have read and understand iptv-org's [Legal Statement](https://github.com/iptv-org/iptv#legal).
|
||||
required: true
|
Loading…
Reference in New Issue