Update --removal-request.yml
This commit is contained in:
parent
e324239a89
commit
70205af466
|
@ -1,10 +1,15 @@
|
||||||
name: ❌ Removal Request
|
name: ❌ Removal Request
|
||||||
description: Request to remove a link
|
description: Request to remove content
|
||||||
title: 'Remove: '
|
title: 'Remove: '
|
||||||
labels: ['removal request']
|
labels: ['removal request']
|
||||||
assignees:
|
assignees:
|
||||||
- freearhey
|
- freearhey
|
||||||
body:
|
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
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Your full legal name
|
label: Your full legal name
|
||||||
|
@ -14,6 +19,7 @@ body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Are you the copyright holder or authorized to act on the copyright owner's behalf?
|
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:
|
options:
|
||||||
- Yes, I am the copyright holder.
|
- Yes, I am the copyright holder.
|
||||||
- Yes, I am authorized to act on the copyright owner's behalf.
|
- Yes, I am authorized to act on the copyright owner's behalf.
|
||||||
|
@ -21,11 +27,6 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
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.
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Please describe the nature of your copyright ownership or authorization to act on the owner's behalf.
|
label: Please describe the nature of your copyright ownership or authorization to act on the owner's behalf.
|
||||||
|
|
Loading…
Reference in New Issue