Create form.yml
This commit is contained in:
parent
b3bb97e267
commit
3cb3893821
1 changed files with 32 additions and 0 deletions
32
.github/ISSUE_TEMPLATE/form.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/form.yml
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
name: add a stream
|
||||||
|
description: request to add a new stream into the playlist
|
||||||
|
title: 'Add: '
|
||||||
|
labels: ['streams:add']
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: channel name
|
||||||
|
placeholder: 'Disney Channel'
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: stream URL
|
||||||
|
description: Link to the stream
|
||||||
|
placeholder: 'https://example.net/file.m3u8'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Label
|
||||||
|
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
|
Loading…
Add table
Reference in a new issue