iptv-database/.github/ISSUE_TEMPLATE/_blocklist_remove.yml
2023-10-06 03:30:38 +03:00

28 lines
687 B
YAML

name: 🕊️ Unblock channel
description: Request to remove a channel from the blocklist
title: 'Unblock: '
labels: ['blocklist:remove']
body:
- type: input
attributes:
label: Channel ID (required)
description: The ID of the channel that should be removed
placeholder: 'AnhuiTV.cn'
validations:
required: true
- type: dropdown
attributes:
label: Reason (required)
description: Select the reason for removal from the list below
options:
- 'Invalid channel id'
- 'Other'
validations:
required: true
- type: textarea
attributes:
label: Notes
description: 'Any additional information'