Create remove.yml
This commit is contained in:
parent
d0a16a9a83
commit
7ac6c22c29
1 changed files with 31 additions and 0 deletions
31
.github/ISSUE_TEMPLATE/rs.yml
vendored
Normal file
31
.github/ISSUE_TEMPLATE/rs.yml
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
name: report broken stream
|
||||
description: report a broken or unstable stream
|
||||
title: 'remove: '
|
||||
labels: ['remove stream']
|
||||
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: broken stream
|
||||
description: please specify the broken link
|
||||
placeholder: 'https://cookies.net/channel.m3u8'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: what happened to the stream?
|
||||
options:
|
||||
- not loading
|
||||
- constantly interrupts/lagging
|
||||
- stuck at a single frame
|
||||
- looped
|
||||
- no audio
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: notes
|
||||
placeholder: 'anything else we should know?'
|
Loading…
Add table
Reference in a new issue