Update --remove-channel.md
This commit is contained in:
parent
124ec43554
commit
f2f42b5757
43
.github/ISSUE_TEMPLATE/--remove-channel.md
vendored
43
.github/ISSUE_TEMPLATE/--remove-channel.md
vendored
@ -1,13 +1,34 @@
|
|||||||
---
|
name: 🚨 Remove Channel
|
||||||
name: "\U0001F6A8 Remove Channel"
|
description: Request to remove a channel
|
||||||
about: Request to remove a channel
|
title: "Remove: "
|
||||||
title: 'Remove: xxx'
|
labels: [ "DMCA" ]
|
||||||
labels: DMCA
|
|
||||||
assignees: ''
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- Please fill out the information in this issue template so that we can
|
body:
|
||||||
efficiently process your request -->
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please fill out the issue template as much as you can so we could efficiently process your request
|
||||||
|
|
||||||
**_Channel Name:_** xxx
|
- type: input
|
||||||
**_DMCA Notice (link):_** xxx
|
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?'
|
||||||
|
Loading…
Reference in New Issue
Block a user