From ca9ca1801edb643ebe3191cab614fc119f124c6b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk <7253922+freearhey@users.noreply.github.com> Date: Thu, 3 Apr 2025 17:54:08 +0300 Subject: [PATCH] Update 3_channels_remove.yml --- .github/ISSUE_TEMPLATE/3_channels_remove.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/3_channels_remove.yml b/.github/ISSUE_TEMPLATE/3_channels_remove.yml index d0ea7937..fc4d83ba 100644 --- a/.github/ISSUE_TEMPLATE/3_channels_remove.yml +++ b/.github/ISSUE_TEMPLATE/3_channels_remove.yml @@ -10,6 +10,7 @@ body: Deleting a channel will also delete all associated feeds and records in the blocklist. - type: input + id: id attributes: label: Channel ID description: The ID of the channel that should be removed @@ -18,6 +19,7 @@ body: required: true - type: dropdown + id: reason attributes: label: Reason description: Select the reason for removal from the list below @@ -29,6 +31,7 @@ body: required: true - type: textarea + id: notes attributes: label: Notes (optional) description: 'Anything else we should know?'