database/.github/ISSUE_TEMPLATE/3_channels_remove.yml
2025-04-03 17:54:08 +03:00

37 lines
881 B
YAML

name: 🗑️ Remove channel
description: Request to remove a channel from the database
title: 'Remove: '
labels: ['channels:remove']
body:
- type: markdown
attributes:
value: |
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
placeholder: 'AnhuiTV.cn'
validations:
required: true
- type: dropdown
id: reason
attributes:
label: Reason
description: Select the reason for removal from the list below
options:
- 'Duplicate'
- 'Not a TV channel'
- 'Other'
validations:
required: true
- type: textarea
id: notes
attributes:
label: Notes (optional)
description: 'Anything else we should know?'