Update issue templates

This commit is contained in:
freearhey
2026-09-03 14:53:34 +03:00
parent d4f07c0a4c
commit 2dd669d237
2 changed files with 40 additions and 20 deletions
+22 -9
View File
@@ -22,6 +22,28 @@ body:
validations: validations:
required: true required: true
- type: dropdown
id: live_247
attributes:
label: Live 24/7 (required)
description: Is this stream active 24 hours a day?
options:
- 'Yes'
- 'No'
validations:
required: true
- type: dropdown
id: geo_blocked
attributes:
label: Geo-blocked (required)
description: Is this stream blocked in any country?
options:
- 'No'
- 'Yes'
validations:
required: true
- type: dropdown - type: dropdown
id: quality id: quality
attributes: attributes:
@@ -40,15 +62,6 @@ body:
- 480i - 480i
- 360p - 360p
- type: dropdown
id: label
attributes:
label: Label
description: Is there any reason why the broadcast may not work?
options:
- 'Not 24/7'
- 'Geo-blocked'
- type: input - type: input
id: http_user_agent id: http_user_agent
attributes: attributes:
+18 -11
View File
@@ -25,6 +25,24 @@ body:
description: "ID of the stream consisting of `<channel_id>` or `<channel_id>@<feed_id>`. Full list of supported channels with corresponding ID could be found on [iptv-org.github.io](https://iptv-org.github.io/). If you can't find the channel you want in the list, please let us know through this [form](https://github.com/iptv-org/database/issues/new?assignees=&labels=channels%3Aadd&projects=&template=channels_add.yml&title=Add%3A+) before posting your request." description: "ID of the stream consisting of `<channel_id>` or `<channel_id>@<feed_id>`. Full list of supported channels with corresponding ID could be found on [iptv-org.github.io](https://iptv-org.github.io/). If you can't find the channel you want in the list, please let us know through this [form](https://github.com/iptv-org/database/issues/new?assignees=&labels=channels%3Aadd&projects=&template=channels_add.yml&title=Add%3A+) before posting your request."
placeholder: 'BBCAmerica.us@East' placeholder: 'BBCAmerica.us@East'
- type: dropdown
id: live_247
attributes:
label: Live 24/7
description: Is this stream active 24 hours a day?
options:
- 'Yes'
- 'No'
- type: dropdown
id: geo_blocked
attributes:
label: Geo-blocked
description: Is this stream blocked in any country?
options:
- 'No'
- 'Yes'
- type: dropdown - type: dropdown
id: quality id: quality
attributes: attributes:
@@ -41,17 +59,6 @@ body:
- 480p - 480p
- 480i - 480i
- 360p - 360p
- '~'
- type: dropdown
id: label
attributes:
label: Label
description: Is there any reason why the broadcast may not work?
options:
- 'Not 24/7'
- 'Geo-blocked'
- '~'
- type: input - type: input
id: http_user_agent id: http_user_agent