mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 23:34:40 -05:00
update issue template
This commit is contained in:
parent
1a9278bb49
commit
4bc351de27
1 changed files with 30 additions and 30 deletions
|
@ -1,31 +1,31 @@
|
||||||
name: General issue
|
name: General issue
|
||||||
description: This is an issue with Poke not related to the video player
|
description: This is an issue with Poke not related to the video player
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Please check if the issue already exists before creating it!
|
> Please check if the issue already exists before creating it! [u will explod if it already exists]
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: describe
|
id: describe
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the issue
|
label: Describe the issue
|
||||||
placeholder: In detail, what happened?
|
placeholder: In detail, what happened?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: browser
|
id: browser
|
||||||
attributes:
|
attributes:
|
||||||
label: What browser and OS are you using?
|
label: What browser and OS are you using?
|
||||||
description: eg. Chrome on Windows 10, Firefox on Fedora 40
|
description: eg. Chrome on Windows 10, Firefox on Fedora GNU/Linux 40
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
render: true
|
render: true
|
||||||
attributes:
|
attributes:
|
||||||
render: true
|
render: true
|
||||||
label: Error logs
|
label: Error logs
|
||||||
placeholder: If any, are there error logs in your browser console?
|
placeholder: If any, are there error logs in your browser console?
|
Loading…
Reference in a new issue