mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Create channels_remove.yml
This commit is contained in:
parent
611074b3aa
commit
062087c7f3
1 changed files with 29 additions and 0 deletions
29
.github/ISSUE_TEMPLATE/channels_remove.yml
vendored
Normal file
29
.github/ISSUE_TEMPLATE/channels_remove.yml
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
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 info'
|
Loading…
Reference in a new issue