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

52 lines
1.5 KiB
YAML
Raw Normal View History

name: 🛠 Broken Stream
description: Report a broken stream
2023-04-15 20:35:31 +02:00
title: 'Broken: '
2022-05-20 13:25:07 +02:00
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:
label: Broken Link
description: Please specify the broken link from a playlist
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
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-03-22 17:56:39 +01:00
- Not loading
- Constantly interrupts/lagging
- Stuck at a single frame
2022-02-15 06:57:33 +01:00
- I see visual artifacts
2022-03-22 17:56:39 +01:00
- Shows looped video
2023-06-05 20:21:03 +02:00
- No sound
2022-03-22 17:56:39 +01:00
- Displays a message asking to renew subscription
2022-02-15 06:57:33 +01:00
- Other
2021-12-11 13:11:28 +01:00
validations:
required: true
2022-02-15 06:57:33 +01:00
2023-06-11 21:13:09 +02:00
- type: input
attributes:
label: Possible Replacement (optional)
description: If you have a working link to this broadcast which is not yet on the playlist let us know
placeholder: 'https://example.com/playlist.m3u8'
2022-03-23 11:50:18 +01:00
- type: textarea
2021-12-11 09:18:16 +01:00
attributes:
2023-04-15 16:00:50 +02:00
label: Notes (optional)
2021-12-11 09:16:16 +01:00
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)
2022-02-27 16:20:13 +01:00
required: true