[Experimental] Revamped channel request

This commit is contained in:
Dum4G 2021-12-09 23:56:51 +03:00 committed by GitHub
parent 85346a1e1d
commit 5d8486a149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 18 deletions

View File

@ -1,18 +0,0 @@
---
name: "\U0001F4FA Channel Request"
about: Request to add a channel to the playlist
title: ''
labels: channel request
assignees: ''
---
<!-- Please fill out the issue template as much as you can so we could efficiently process your request -->
<!-- IMPORTANT: An issue may contain a request for only one channel, otherwise it will be closed -->
**Channel Name:** xxx
**Country:** xxx
**Language:** xxx
**Website:** xxx
**Stream URL (optional):** xxx
**Notes (optional):** xxx

View File

@ -0,0 +1,58 @@
---
name: \U0001F4FA Channel Request
description: Request to add a channel into the playlist
labels: [ "channel request" ]
body:
- type: markdown
attributes:
value: |
Please fill out the issue template as much as you can so we could efficiently process your request
*IMPORTANT: An issue may contain a request for only one channel, otherwise it will be closed
- type: input
id: name
attributes:
label: Channel Name
description: Full name of the channel. It is recommended to use the name listed on [lyngsat](https://www.lyngsat.com/search.html) or [wikipedia](https://www.wikipedia.org/) if possible.
placeholder: 'Fox Life Russia'
validations:
required: true
- type: input
id: origin
attributes:
label: Country
description: Country from which the channel originates from
validations:
required: true
- type: input
id: lang
attributes:
label: Language
validations:
required: true
- type: input
id: source
attributes:
label: Website
description: Where did you find the broadcast?
placeholder: 'ex. https://www.filmon.com/channel/strange-paradise'
validations:
required: true
- type: input
id: stream
attributes:
label: Stream URL
description: Link to a stream in m3u8 format
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
- type: input
id: notes
attributes:
label: Notes
placeholder: 'Anything else we should know about this broadcast? Is it 24/7?'