mirror of
https://github.com/iptv-org/database.git
synced 2024-11-10 06:16:39 -05:00
29 lines
664 B
YAML
29 lines
664 B
YAML
name: 🗑️ Remove channel
|
|
description: Request to remove a channel from the database
|
|
title: 'Remove: '
|
|
labels: []
|
|
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Channel ID
|
|
description: The ID of the channel that should be removed
|
|
placeholder: 'AnhuiTV.cn'
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
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
|
|
attributes:
|
|
label: Notes
|
|
description: 'Any additional information'
|