Update issue templates

This commit is contained in:
freearhey 2023-10-06 03:30:38 +03:00
parent e92f634604
commit f3b4c5d411
5 changed files with 56 additions and 0 deletions

View 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'

View 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'