mirror of
https://github.com/iptv-org/database.git
synced 2025-05-09 19:20:01 -04:00
37 lines
881 B
YAML
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?'
|