33 lines
818 B
YAML
33 lines
818 B
YAML
name: add a stream
|
|
description: request to add a new stream into the playlist
|
|
title: 'Add: '
|
|
labels: ['channel request']
|
|
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: channel name
|
|
placeholder: 'Disney XD'
|
|
validations:
|
|
required: true
|
|
|
|
|
|
- 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)
|
|
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
|