mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 20:14:38 -05:00
Update issue_template/player-bug.yml
This commit is contained in:
parent
2f56a1cc9a
commit
8d59e75054
1 changed files with 55 additions and 48 deletions
|
@ -1,48 +1,55 @@
|
||||||
name: Player bug
|
name: Player bug
|
||||||
description: This is an issue with the Poke video player
|
description: This is an issue with the Poke video player
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["player-bug"]
|
labels: ["player-bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> If your issue matches **all of** the 3 points below:
|
> If your issue matches **all of** the 3 points below:
|
||||||
> * JavaScript is disabled;
|
> * JavaScript is disabled;
|
||||||
> * AND playback is high-resolution;
|
> * AND playback is high-resolution;
|
||||||
> * AND audio isn't working;
|
> * AND audio isn't working;
|
||||||
>
|
>
|
||||||
> **DO NOT open an issue.** Hi-res audio will not work without JavaScript enabled.
|
> **DO NOT open an issue.** Hi-res audio will not work without JavaScript enabled.
|
||||||
- type: textarea
|
- type: markdown
|
||||||
id: describe
|
attributes:
|
||||||
attributes:
|
value: |
|
||||||
label: Describe the issue
|
> [!CAUTION]
|
||||||
placeholder: In detail, what happened?
|
> Your bug might be a Video.js bug, the player Poke uses.
|
||||||
validations:
|
>
|
||||||
required: true
|
> Look through [Video.js issues](https://github.com/videojs/video.js/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen+label%3Abug) to see if the issue is actually with Poke, or if this is just a Video.js issue out of our control. DO NOT open an issue here if the latter applies.
|
||||||
- type: dropdown
|
- type: textarea
|
||||||
id: js
|
id: describe
|
||||||
attributes:
|
attributes:
|
||||||
label: JavaScript and resolution
|
label: Describe the issue
|
||||||
description: Choose one of the 4 options below.
|
placeholder: In detail, what happened?
|
||||||
options:
|
validations:
|
||||||
- JS enabled, high res
|
required: true
|
||||||
- JS enabled, low res
|
- type: dropdown
|
||||||
- JS disabled, high res
|
id: js
|
||||||
- JS disabled, low res
|
attributes:
|
||||||
validations:
|
label: JavaScript and resolution
|
||||||
required: true
|
description: Choose one of the 4 options below.
|
||||||
- type: input
|
options:
|
||||||
id: browser
|
- JS enabled, high res
|
||||||
attributes:
|
- JS enabled, low res
|
||||||
label: What browser and OS are you using?
|
- JS disabled, high res
|
||||||
description: eg. Chrome on Windows 10, Firefox on Fedora 40
|
- JS disabled, low res
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: logs
|
id: browser
|
||||||
render: true
|
attributes:
|
||||||
attributes:
|
label: What browser and OS are you using?
|
||||||
render: true
|
description: eg. Chrome on Windows 10, Firefox on Fedora 40
|
||||||
label: Error logs
|
validations:
|
||||||
placeholder: If any, are there error logs in your browser console?
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
render: true
|
||||||
|
attributes:
|
||||||
|
render: true
|
||||||
|
label: Error logs
|
||||||
|
placeholder: If any, are there error logs in your browser console?
|
||||||
|
|
Loading…
Reference in a new issue