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

29 lines
685 B
YAML
Raw Normal View History

2023-10-05 20:30:38 -04:00
name: 🔏 Block channel
description: Request to add a channel to the blocklist
title: 'Block: '
labels: ['blocklist:add']
body:
- type: input
id: id
attributes:
label: Channel ID
description: The ID of the channel that should be blocked
placeholder: 'AnhuiTV.cn'
validations:
required: true
- type: input
id: ref
attributes:
label: Reference
description: Link to the official request for channel removal
placeholder: 'https://github.com/iptv-org/iptv/issues/1831'
validations:
required: true
- type: textarea
attributes:
label: Notes (optional)
description: 'Any additional information'