diff --git a/.github/ISSUE_TEMPLATE/--remove-channel.md b/.github/ISSUE_TEMPLATE/--remove-channel.md index 6cc3a0a2b8..3495957012 100644 --- a/.github/ISSUE_TEMPLATE/--remove-channel.md +++ b/.github/ISSUE_TEMPLATE/--remove-channel.md @@ -1,13 +1,34 @@ ---- -name: "\U0001F6A8 Remove Channel" -about: Request to remove a channel -title: 'Remove: xxx' -labels: DMCA -assignees: '' ---- +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 -**_Channel Name:_** xxx -**_DMCA Notice (link):_** xxx + - 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?'