iptv/.github/ISSUE_TEMPLATE/-----broken-stream.yml

62 lines
1.8 KiB
YAML
Raw Normal View History

name: 🛠 Broken Stream
description: Report a broken stream
2022-02-15 06:57:33 +01:00
title: 'Replace: '
labels: ['broken stream']
2021-12-11 09:16:16 +01:00
body:
2021-12-10 16:35:37 +01:00
- type: markdown
2021-12-11 09:17:06 +01:00
attributes:
2021-12-10 16:35:37 +01:00
value: |
2022-02-15 06:57:33 +01:00
Please fill out the issue template as much as you can so we could efficiently process your request
2021-12-11 13:16:37 +01:00
- type: input
attributes:
2022-02-15 06:57:33 +01:00
label: Stream Title
description: Please use the exact title, as in how it appears in the playlist.
placeholder: 'BBC America East (720p) [Geo-blocked]'
2021-12-11 13:16:37 +01:00
validations:
required: true
2021-12-11 13:11:28 +01:00
- type: dropdown
attributes:
2021-12-11 14:06:56 +01:00
label: What happened to the stream?
2021-12-11 13:11:28 +01:00
options:
2022-01-03 08:45:31 +01:00
- It is disappeared from the playlist
2021-12-11 13:16:37 +01:00
- It is stuck at a single frame/the same segment
2021-12-11 13:11:28 +01:00
- It is buffering to unplayable point
2022-02-15 06:57:33 +01:00
- I see visual artifacts
- Other
2021-12-11 13:11:28 +01:00
validations:
required: true
2022-02-15 06:57:33 +01:00
2021-12-11 12:11:03 +01:00
- type: input
attributes:
2021-12-11 09:16:16 +01:00
label: Playlist
description: What playlist was used to get the channel from?
2022-02-15 06:57:33 +01:00
placeholder: 'https://iptv-org.github.io/iptv/countries/au.m3u'
2021-12-11 09:16:16 +01:00
validations:
required: true
2022-02-15 06:57:33 +01:00
2021-12-11 09:16:16 +01:00
- type: input
2021-12-11 09:18:16 +01:00
attributes:
2021-12-11 14:06:56 +01:00
label: Broken Link
2021-12-11 09:16:16 +01:00
description: Please specify the broken link from a playlist if you can
2022-02-15 06:57:33 +01:00
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
2021-12-11 09:16:16 +01:00
- type: input
2021-12-11 09:18:16 +01:00
attributes:
2021-12-11 09:16:16 +01:00
label: Possible Replacement
2022-02-15 06:57:33 +01:00
description: If you know an alternate source or the way to fix current stream please let us know
2021-12-11 09:16:16 +01:00
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
2022-02-15 06:57:33 +01:00
2021-12-11 09:16:16 +01:00
- type: input
2021-12-11 09:18:16 +01:00
attributes:
2021-12-11 09:16:16 +01:00
label: Notes
placeholder: 'Anything else we should know?'
2022-02-15 06:57:33 +01:00
- type: checkboxes
attributes:
label: Please confirm the following
options:
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#report-a-broken-stream)