From 062087c7f380be939a18a6d30c6555204b595a9b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 2 Oct 2022 14:26:44 +0300 Subject: [PATCH] Create channels_remove.yml --- .github/ISSUE_TEMPLATE/channels_remove.yml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/channels_remove.yml diff --git a/.github/ISSUE_TEMPLATE/channels_remove.yml b/.github/ISSUE_TEMPLATE/channels_remove.yml new file mode 100644 index 00000000..21857272 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/channels_remove.yml @@ -0,0 +1,29 @@ +name: 🗑️ Remove channel +description: Request to remove a channel from the database +title: 'Remove: ' +labels: [] + +body: + - type: input + attributes: + label: Channel ID + description: The ID of the channel that should be removed + placeholder: 'AnhuiTV.cn' + validations: + required: true + + - type: dropdown + attributes: + label: Reason + description: Select the reason for removal from the list below + options: + - 'Duplicate' + - 'Not a TV channel' + - 'Other' + validations: + required: true + + - type: textarea + attributes: + label: Notes + description: 'Any additional info'