Update issues templates
This commit is contained in:
49
.github/ISSUE_TEMPLATE/3_streams_report.yml
vendored
Normal file
49
.github/ISSUE_TEMPLATE/3_streams_report.yml
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
name: 🚧 Report a stream
|
||||
description: Report a broken or unstable stream
|
||||
title: 'Report: '
|
||||
labels: ['streams:remove']
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
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: Stream URL
|
||||
description: List all links in question (one per line)
|
||||
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: reason
|
||||
attributes:
|
||||
label: What happened to the stream?
|
||||
options:
|
||||
- Not loading
|
||||
- Constantly interrupts/lagging
|
||||
- Stuck at a single frame
|
||||
- I see visual artifacts
|
||||
- Shows looped video
|
||||
- No sound
|
||||
- Displays a message asking to renew subscription
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Notes (optional)
|
||||
placeholder: 'Anything else we should know?'
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Contributing Guide
|
||||
description: 'Please read this guide before posting your request'
|
||||
options:
|
||||
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
|
||||
required: true
|
||||
Reference in New Issue
Block a user