improved issue template
This commit is contained in:
parent
cad06cbc76
commit
7c213773c7
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -5,7 +5,10 @@ labels: 'bug'
|
|||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: >-
|
value: |
|
||||||
|
<!--
|
||||||
|
Note: Please search to see if an issue already exists for the bug you encountered.
|
||||||
|
-->
|
||||||
## Thank you for choosing KlipperScreen
|
## Thank you for choosing KlipperScreen
|
||||||
|
|
||||||
This is a bug report, If you need general support, please visit us on [Discord](https://discord.klipper3d.org/)
|
This is a bug report, If you need general support, please visit us on [Discord](https://discord.klipper3d.org/)
|
||||||
@ -18,7 +21,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: 'What happened?'
|
label: 'What happened?'
|
||||||
description: A clear and concise description of what the bug is.
|
description: A clear and concise description of what the bug is.
|
||||||
placeholder: Example: During a print i pressed pause and nothing happend
|
placeholder: During a print i pressed pause and nothing happend
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -26,7 +29,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: 'What did you expect to happen instead?'
|
label: 'What did you expect to happen instead?'
|
||||||
description: A clear and concise description of what you expected to happen instead.
|
description: A clear and concise description of what you expected to happen instead.
|
||||||
placeholder: Example: The printer to pause.
|
placeholder: The printer to pause.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -34,7 +37,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: 'How to reproduce this bug?'
|
label: 'How to reproduce this bug?'
|
||||||
description: A clear and concise description with precise steps to reproduce this bug.
|
description: A clear and concise description with precise steps to reproduce this bug.
|
||||||
placeholder: Example: Press pause button and during printing.
|
placeholder: Press pause button and during printing.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -42,13 +45,13 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: 'Additional information:'
|
label: 'Additional information:'
|
||||||
description: Any additional info, screenshots or recordings which help to describe the issue.
|
description: Any additional info, screenshots or recordings which help to describe the issue.
|
||||||
placeholder: Example: hardware info or related printer config.
|
placeholder: hardware info or related printer config.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Log output
|
label: Log output
|
||||||
description: Please attach the FULL klipperscreen.log and if needed xorg.log or the tail of journalctl.
|
description: Please attach the FULL klipperscreen.log and if needed xorg.log or the tail of journalctl.
|
||||||
placeholder: >-
|
placeholder: |
|
||||||
#### The LOG file is REQUIRED. Without the logfile your issue will be closed
|
#### The LOG file is REQUIRED. Without the logfile your issue will be closed
|
||||||
|
|
||||||
if you need help to find the log file:
|
if you need help to find the log file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user