iptv-database/.github/ISSUE_TEMPLATE/_blocklist_remove.yml

29 lines
687 B
YAML
Raw Normal View History

2023-10-05 20:30:38 -04:00
name: 🕊️ Unblock channel
description: Request to remove a channel from the blocklist
title: 'Unblock: '
labels: ['blocklist:remove']
2022-10-02 07:26:44 -04:00
body:
- type: input
attributes:
2023-04-23 16:31:01 -04:00
label: Channel ID (required)
2022-10-02 07:26:44 -04:00
description: The ID of the channel that should be removed
placeholder: 'AnhuiTV.cn'
validations:
required: true
- type: dropdown
attributes:
2023-04-23 16:31:01 -04:00
label: Reason (required)
2022-10-02 07:26:44 -04:00
description: Select the reason for removal from the list below
options:
2023-10-05 20:30:38 -04:00
- 'Invalid channel id'
2022-10-02 07:26:44 -04:00
- 'Other'
validations:
required: true
- type: textarea
attributes:
label: Notes
2022-10-02 07:28:06 -04:00
description: 'Any additional information'