mirror of
https://github.com/iptv-org/iptv.git
synced 2024-12-27 18:16:19 +00:00
Update issue templates
This commit is contained in:
parent
9c7e222c18
commit
8b6fa2dae1
37
.github/ISSUE_TEMPLATE/-----streams_add.yml
vendored
37
.github/ISSUE_TEMPLATE/-----streams_add.yml
vendored
|
@ -12,6 +12,12 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Channel Name
|
||||
description: "Full name of the channel. May contain any characters except: `,`, `[`, `]`."
|
||||
placeholder: 'BBC America East'
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Stream URL
|
||||
|
@ -28,6 +34,37 @@ body:
|
|||
- 'Not 24/7'
|
||||
- 'Geo-blocked'
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Quality
|
||||
description: Maximum video resolution available on the link
|
||||
options:
|
||||
- 2160p
|
||||
- 1280p
|
||||
- 1080p
|
||||
- 720p
|
||||
- 576p
|
||||
- 480p
|
||||
- 360p
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Label
|
||||
description: Is there any reason why the broadcast may not work?
|
||||
options:
|
||||
- 'Not 24/7'
|
||||
- 'Geo-blocked'
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: HTTP User Agent
|
||||
placeholder: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246'
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: HTTP Referrer
|
||||
placeholder: 'https://example.com/'
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Notes (optional)
|
||||
|
|
29
.github/ISSUE_TEMPLATE/----streams_edit.yml
vendored
29
.github/ISSUE_TEMPLATE/----streams_edit.yml
vendored
|
@ -23,6 +23,25 @@ body:
|
|||
description: Channel ID from [iptv-org.github.io](https://iptv-org.github.io/).
|
||||
placeholder: 'BBCAmericaEast.us'
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Channel Name
|
||||
description: "Full name of the channel. May contain any characters except: `,`, `[`, `]`."
|
||||
placeholder: 'BBC America East'
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Quality
|
||||
description: Maximum video resolution available on the link
|
||||
options:
|
||||
- 2160p
|
||||
- 1280p
|
||||
- 1080p
|
||||
- 720p
|
||||
- 576p
|
||||
- 480p
|
||||
- 360p
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Label
|
||||
|
@ -31,6 +50,16 @@ body:
|
|||
- 'Not 24/7'
|
||||
- 'Geo-blocked'
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: HTTP User Agent
|
||||
placeholder: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246'
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: HTTP Referrer
|
||||
placeholder: 'https://example.com/'
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Notes
|
||||
|
|
42
.github/ISSUE_TEMPLATE/---streams-remove.yml
vendored
Normal file
42
.github/ISSUE_TEMPLATE/---streams-remove.yml
vendored
Normal file
|
@ -0,0 +1,42 @@
|
|||
name: 🗑 Remove stream link
|
||||
description: Request to remove a stream link from the playlist
|
||||
title: 'Remove: '
|
||||
labels: ['streams:remove']
|
||||
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: Stream URL
|
||||
description: Link to the stream from a playlist
|
||||
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Reason
|
||||
options:
|
||||
- Not loading
|
||||
- Constantly interrupts/lagging
|
||||
- Stuck at a single frame
|
||||
- Visual artifacts
|
||||
- Shows looped video
|
||||
- No sound
|
||||
- Displays a message asking to renew subscription
|
||||
- Duplicate
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Notes (optional)
|
||||
placeholder: 'Anything else we should know?'
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Contributing Guide
|
||||
description: 'Please read this guide before posting your request'
|
||||
options:
|
||||
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
|
||||
required: true
|
|
@ -49,4 +49,4 @@ body:
|
|||
description: 'Please read this guide before posting your request'
|
||||
options:
|
||||
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
|
||||
required: true
|
||||
required: true
|
11
.github/ISSUE_TEMPLATE/--bug-report.yml
vendored
11
.github/ISSUE_TEMPLATE/--bug-report.yml
vendored
|
@ -1,6 +1,5 @@
|
|||
name: 🐞 Bug Report
|
||||
description: Report an error in this repository
|
||||
title: 'Fix: '
|
||||
labels: ['bug']
|
||||
|
||||
body:
|
||||
|
@ -9,4 +8,12 @@ body:
|
|||
label: Describe your issue
|
||||
description: Please describe the error in as much detail as possible so that we can fix it quickly.
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Contributing Guide
|
||||
description: 'Please read this guide before posting your request'
|
||||
options:
|
||||
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
|
||||
required: true
|
|
@ -1,13 +1,7 @@
|
|||
name: ✂️ Removal request
|
||||
name: ©️ Copyright removal request
|
||||
description: Request to remove content
|
||||
title: 'Remove: '
|
||||
labels: ['removal request']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This form is only for requests from the copyright owner or an agent authorized to act on behalf of the copyright owner. If you're experiencing problems viewing a channel please fill a [Broken Stream](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=-----broken-stream.yml&title=Fix%3A+) form instead.
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Your full legal name
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
8
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,11 +1,11 @@
|
|||
blank_issues_enabled: false
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: 🔍 Looking for a channel
|
||||
url: https://github.com/orgs/iptv-org/discussions/new/choose
|
||||
url: https://github.com/orgs/iptv-org/discussions/categories/channel-search
|
||||
about: Need help finding a link to a channel stream
|
||||
- name: 💡 Feature request
|
||||
url: https://github.com/orgs/iptv-org/discussions/new/choose
|
||||
url: https://github.com/orgs/iptv-org/discussions/categories/ideas
|
||||
about: For any ideas or feature requests
|
||||
- name: ❓ Ask a question
|
||||
url: https://github.com/orgs/iptv-org/discussions/new/choose
|
||||
url: https://github.com/orgs/iptv-org/discussions/categories/q-a
|
||||
about: Ask questions about this project
|
||||
|
|
Loading…
Reference in a new issue