diff --git a/.github/ISSUE_TEMPLATE/2_streams_edit.yml b/.github/ISSUE_TEMPLATE/2_streams_edit.yml index 3a33d1416..93c03616e 100644 --- a/.github/ISSUE_TEMPLATE/2_streams_edit.yml +++ b/.github/ISSUE_TEMPLATE/2_streams_edit.yml @@ -8,7 +8,7 @@ body: id: stream_url attributes: 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' validations: required: true @@ -18,6 +18,13 @@ body: value: | 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 id: stream_id attributes: diff --git a/.github/ISSUE_TEMPLATE/3_broken-stream.yml b/.github/ISSUE_TEMPLATE/3_streams_report.yml similarity index 71% rename from .github/ISSUE_TEMPLATE/3_broken-stream.yml rename to .github/ISSUE_TEMPLATE/3_streams_report.yml index 82400735a..67c3160fa 100644 --- a/.github/ISSUE_TEMPLATE/3_broken-stream.yml +++ b/.github/ISSUE_TEMPLATE/3_streams_report.yml @@ -1,19 +1,19 @@ -name: 🚧 Report broken stream +name: 🚧 Report a stream description: Report a broken or unstable stream -title: 'Broken: ' -labels: ['broken stream', 'streams:remove'] +title: 'Report: ' +labels: ['streams:remove'] body: - type: markdown attributes: 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 id: stream_url attributes: - label: Broken Links - description: Please specify the broken links from the playlist (one per line) + label: Stream URL + description: List all links in question (one per line) placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' validations: required: true