mirror of
https://github.com/iptv-org/database.git
synced 2024-11-21 18:42:31 -05:00
Update issue templates
This commit is contained in:
parent
e92f634604
commit
f3b4c5d411
5 changed files with 56 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/_blocklist_add.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/_blocklist_add.yml
vendored
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
name: 🔏 Block channel
|
||||||
|
description: Request to add a channel to the blocklist
|
||||||
|
title: 'Block: '
|
||||||
|
labels: ['blocklist:add']
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: id
|
||||||
|
attributes:
|
||||||
|
label: Channel ID
|
||||||
|
description: The ID of the channel that should be blocked
|
||||||
|
placeholder: 'AnhuiTV.cn'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: ref
|
||||||
|
attributes:
|
||||||
|
label: Reference
|
||||||
|
description: Link to the official request for channel removal
|
||||||
|
placeholder: 'https://github.com/iptv-org/iptv/issues/1831'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Notes (optional)
|
||||||
|
description: 'Any additional information'
|
28
.github/ISSUE_TEMPLATE/_blocklist_remove.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/_blocklist_remove.yml
vendored
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
name: 🕊️ Unblock channel
|
||||||
|
description: Request to remove a channel from the blocklist
|
||||||
|
title: 'Unblock: '
|
||||||
|
labels: ['blocklist: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:
|
||||||
|
- 'Invalid channel id'
|
||||||
|
- 'Other'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Notes
|
||||||
|
description: 'Any additional information'
|
Loading…
Reference in a new issue