mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-11 17:40:03 -04:00
Update issues templates
This commit is contained in:
parent
bfb0d5872d
commit
faff40b830
2 changed files with 14 additions and 7 deletions
9
.github/ISSUE_TEMPLATE/2_streams_edit.yml
vendored
9
.github/ISSUE_TEMPLATE/2_streams_edit.yml
vendored
|
@ -8,7 +8,7 @@ body:
|
||||||
id: stream_url
|
id: stream_url
|
||||||
attributes:
|
attributes:
|
||||||
label: Stream URL (required)
|
label: Stream URL (required)
|
||||||
description: Link to the stream from a playlist
|
description: Link to the stream to be updated
|
||||||
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -18,6 +18,13 @@ body:
|
||||||
value: |
|
value: |
|
||||||
What exactly needs to be changed? To delete an existing value without replacement use the `~` symbol.
|
What exactly needs to be changed? To delete an existing value without replacement use the `~` symbol.
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: new_stream_url
|
||||||
|
attributes:
|
||||||
|
label: New Stream URL
|
||||||
|
description: New link to the stream
|
||||||
|
placeholder: 'https://servilive.com:3126/live/tele2000live.m3u8'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: stream_id
|
id: stream_id
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
name: 🚧 Report broken stream
|
name: 🚧 Report a stream
|
||||||
description: Report a broken or unstable stream
|
description: Report a broken or unstable stream
|
||||||
title: 'Broken: '
|
title: 'Report: '
|
||||||
labels: ['broken stream', 'streams:remove']
|
labels: ['streams:remove']
|
||||||
|
|
||||||
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 form as much as you can so we could efficiently process your request. To suggest a new replacement link, use this [form](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=streams%3Aedit&projects=&template=2_streams_edit.yml&title=Edit%3A+).
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: stream_url
|
id: stream_url
|
||||||
attributes:
|
attributes:
|
||||||
label: Broken Links
|
label: Stream URL
|
||||||
description: Please specify the broken links from the playlist (one per line)
|
description: List all links in question (one per line)
|
||||||
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
Loading…
Add table
Add a link
Reference in a new issue