Update -----broken-stream.yml
This commit is contained in:
parent
a9b2fa9350
commit
6072e4754a
|
@ -1,61 +1,61 @@
|
||||||
name: 🛠 Broken Stream
|
name: 🛠 Broken Stream
|
||||||
description: Report a broken stream
|
description: Report a broken stream
|
||||||
title: "Replace: "
|
title: 'Replace: '
|
||||||
labels: [ "broken stream" ]
|
labels: ['broken stream']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Please fill out the issue template as much as you can so we could efficiently process your request
|
Please fill out the issue template as much as you can so we could efficiently process your request
|
||||||
**IMPORTANT**: An issue may contain a request for only one channel, otherwise it will be closed
|
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: name
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Channel Name
|
label: Stream Title
|
||||||
description: Full name of the channel. Please use the exact name, as in how it appears in the playlist.
|
description: Please use the exact title, as in how it appears in the playlist.
|
||||||
placeholder: 'Fox Life Russia'
|
placeholder: 'BBC America East (720p) [Geo-blocked]'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: reason
|
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened to the stream?
|
label: What happened to the stream?
|
||||||
options:
|
options:
|
||||||
- It is disappeared from the playlist
|
- It is disappeared from the playlist
|
||||||
- It is stuck at a single frame/the same segment
|
- It is stuck at a single frame/the same segment
|
||||||
- I see visual artifacts
|
|
||||||
- It is buffering to unplayable point
|
- It is buffering to unplayable point
|
||||||
|
- I see visual artifacts
|
||||||
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: playlist
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Playlist
|
label: Playlist
|
||||||
description: What playlist was used to get the channel from?
|
description: What playlist was used to get the channel from?
|
||||||
placeholder: 'ex. https://iptv-org.github.io/iptv/countries/au.m3u'
|
placeholder: 'https://iptv-org.github.io/iptv/countries/au.m3u'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: link
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Broken Link
|
label: Broken Link
|
||||||
description: Please specify the broken link from a playlist if you can
|
description: Please specify the broken link from a playlist if you can
|
||||||
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: alt
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Possible Replacement
|
label: Possible Replacement
|
||||||
description: If you know an alternate non-protected source or the way to fix current stream please let us know
|
description: If you know an alternate source or the way to fix current stream please let us know
|
||||||
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: notes
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Notes
|
label: Notes
|
||||||
placeholder: 'Anything else we should know?'
|
placeholder: 'Anything else we should know?'
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
Loading…
Reference in New Issue