6
0
Fork 0
site/.github/ISSUE_TEMPLATE/request.yml

34 lines
818 B
YAML
Raw Normal View History

2024-05-29 10:00:07 -04:00
name: add a stream
description: request to add a new stream into the playlist
title: 'Add: '
2024-05-29 10:03:47 -04:00
labels: ['channel request']
2024-05-29 10:00:07 -04:00
body:
- type: input
attributes:
label: channel name
2024-05-29 10:02:47 -04:00
placeholder: 'Disney XD'
validations:
2024-05-29 10:02:13 -04:00
required: true
2024-05-29 10:02:47 -04:00
2024-05-29 10:02:13 -04:00
2024-05-29 10:00:07 -04:00
- type: input
attributes:
label: stream URL
placeholder: 'https://example.net/file.m3u8'
validations:
- type: textarea
attributes:
label: stuff we should know about the stream (is it geoblocked, not 24/7, etc)
2024-05-29 10:00:07 -04:00
description: "any notes?"
- type: checkboxes
attributes:
label: contributing guide
description: 'please read [this](https://github.com/frostiptv/frostiptv.github.io/blob/main/README.md) before posting a request'
options:
- label: i've read it
required: true