diff --git a/.github/ISSUE_TEMPLATE/rs.yml b/.github/ISSUE_TEMPLATE/rs.yml new file mode 100644 index 0000000..5e2e16f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/rs.yml @@ -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?'