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:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >-
|
||||
value: |
|
||||
<!--
|
||||
Note: Please search to see if an issue already exists for the bug you encountered.
|
||||
-->
|
||||
## Thank you for choosing KlipperScreen
|
||||
|
||||
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:
|
||||
label: 'What happened?'
|
||||
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:
|
||||
required: true
|
||||
- type: textarea
|
||||
@ -26,7 +29,7 @@ body:
|
||||
attributes:
|
||||
label: 'What did you expect 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:
|
||||
required: true
|
||||
- type: textarea
|
||||
@ -34,7 +37,7 @@ body:
|
||||
attributes:
|
||||
label: 'How 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:
|
||||
required: true
|
||||
- type: textarea
|
||||
@ -42,13 +45,13 @@ body:
|
||||
attributes:
|
||||
label: 'Additional information:'
|
||||
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
|
||||
id: logs
|
||||
attributes:
|
||||
label: Log output
|
||||
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
|
||||
|
||||
if you need help to find the log file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user