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

46 lines
1.2 KiB
YAML
Raw Normal View History

name: 🛠 Broken Stream
description: Report a broken stream
2022-08-18 23:11:34 +02:00
title: 'Replace: '
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:
2022-08-21 17:38:36 +02:00
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
- Shows the wrong channel
- 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
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