site/.github/ISSUE_TEMPLATE/request.yml

34 lines
768 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
2024-06-28 00:34:18 -04:00
description: 'please read [this](https://f.phite.ro) before posting a request'
2024-05-29 10:00:07 -04:00
options:
- label: i've read it
required: true