mirror of
https://github.com/iptv-org/iptv
synced 2026-04-28 13:47:04 -04:00
Update issue templates
This commit is contained in:
9
.github/ISSUE_TEMPLATE/1_streams_add.yml
vendored
9
.github/ISSUE_TEMPLATE/1_streams_add.yml
vendored
@@ -6,9 +6,9 @@ labels: ['streams:add']
|
|||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Channel ID (required)
|
label: Stream ID (required)
|
||||||
description: Unique channel ID from [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: 'BBCAmericaEast.us'
|
placeholder: 'BBCAmerica.us@East'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -28,9 +28,12 @@ body:
|
|||||||
- 2160p
|
- 2160p
|
||||||
- 1280p
|
- 1280p
|
||||||
- 1080p
|
- 1080p
|
||||||
|
- 1080i
|
||||||
- 720p
|
- 720p
|
||||||
- 576p
|
- 576p
|
||||||
|
- 576i
|
||||||
- 480p
|
- 480p
|
||||||
|
- 480i
|
||||||
- 360p
|
- 360p
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|||||||
9
.github/ISSUE_TEMPLATE/2_streams_edit.yml
vendored
9
.github/ISSUE_TEMPLATE/2_streams_edit.yml
vendored
@@ -19,9 +19,9 @@ body:
|
|||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Channel ID
|
label: Stream ID
|
||||||
description: Channel ID from [iptv-org.github.io](https://iptv-org.github.io/).
|
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: 'BBCAmericaEast.us'
|
placeholder: 'BBCAmerica.us@East'
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
@@ -31,9 +31,12 @@ body:
|
|||||||
- 2160p
|
- 2160p
|
||||||
- 1280p
|
- 1280p
|
||||||
- 1080p
|
- 1080p
|
||||||
|
- 1080i
|
||||||
- 720p
|
- 720p
|
||||||
- 576p
|
- 576p
|
||||||
|
- 576i
|
||||||
- 480p
|
- 480p
|
||||||
|
- 480i
|
||||||
- 360p
|
- 360p
|
||||||
- '~'
|
- '~'
|
||||||
|
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/3_broken-stream.yml
vendored
2
.github/ISSUE_TEMPLATE/3_broken-stream.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: 🚧 Report broken stream
|
name: 🚧 Report broken stream
|
||||||
description: Report a broken or unstable stream
|
description: Report a broken or unstable stream
|
||||||
title: 'Broken: '
|
title: 'Broken: '
|
||||||
labels: ['broken stream']
|
labels: ['broken stream', 'streams:remove']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user