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

29 lines
703 B
YAML

name: 🗑️ Remove channel
description: Request to remove a channel from the database
title: 'Remove: '
labels: ['channels: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:
- 'Duplicate'
- 'Not a TV channel'
- 'Other'
validations:
required: true
- type: textarea
attributes:
label: Notes
description: 'Any additional information'