Delete .github/ISSUE_TEMPLATE directory
This commit is contained in:
parent
9694c7f0eb
commit
48a3e585bf
4 changed files with 0 additions and 139 deletions
42
.github/ISSUE_TEMPLATE/copyright-claim.yml
vendored
42
.github/ISSUE_TEMPLATE/copyright-claim.yml
vendored
|
@ -1,42 +0,0 @@
|
|||
name: ©️ copyright removal request
|
||||
description: request to remove content
|
||||
labels: ['remove stream']
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: your full legal name
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: are you the copyright holder or authorized to act on the copyright owner's behalf?
|
||||
description: we cannot process your request unless it is submitted by the copyright owner or an agent authorized to act on behalf of the copyright owner.
|
||||
options:
|
||||
- Yes, I am the copyright holder.
|
||||
- Yes, I am authorized to act on the copyright owner's behalf.
|
||||
- No.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: please describe the nature of your copyright ownership or authorization to act on the owner's behalf.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: what content should be removed? please specify the URL for each item.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: any additional information we need to know?
|
33
.github/ISSUE_TEMPLATE/edit-stream.yml
vendored
33
.github/ISSUE_TEMPLATE/edit-stream.yml
vendored
|
@ -1,33 +0,0 @@
|
|||
name: edit stream
|
||||
description: request to edit stream
|
||||
title: 'Edit: '
|
||||
labels: ['edit stream']
|
||||
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: new stream URL
|
||||
description: new link to the stream if you are editing this
|
||||
placeholder: 'https://television.net/index.m3u8'
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: channel name
|
||||
description: "full name of the channel."
|
||||
placeholder: 'Disney XD'
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: quality
|
||||
description: maximum video resolution available on the link
|
||||
options:
|
||||
- 1080p
|
||||
- 720p
|
||||
- 576p
|
||||
- 480p
|
||||
- 360p
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Notes
|
||||
placeholder: 'anything we should know? geoblocked, not 24/7, etc'
|
31
.github/ISSUE_TEMPLATE/remove.yml
vendored
31
.github/ISSUE_TEMPLATE/remove.yml
vendored
|
@ -1,31 +0,0 @@
|
|||
name: report broken stream
|
||||
description: report a broken or unstable stream
|
||||
title: 'remove: '
|
||||
labels: ['remove stream']
|
||||
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: broken stream
|
||||
description: please specify the broken link
|
||||
placeholder: 'https://cookies.net/channel.m3u8'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: what happened to the stream?
|
||||
options:
|
||||
- not loading
|
||||
- constantly interrupts/lagging
|
||||
- stuck at a single frame
|
||||
- looped
|
||||
- no audio
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: notes
|
||||
placeholder: 'anything else we should know?'
|
33
.github/ISSUE_TEMPLATE/request.yml
vendored
33
.github/ISSUE_TEMPLATE/request.yml
vendored
|
@ -1,33 +0,0 @@
|
|||
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://f.phite.ro) before posting a request'
|
||||
options:
|
||||
- label: i've read it
|
||||
required: true
|
Loading…
Reference in a new issue