Update bugreport.yaml

This commit is contained in:
Mariska 2023-07-05 14:32:49 +02:00 committed by GitHub
parent 648b26ad90
commit 2392bd795b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,17 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
**Thank you for using Cura and wanting to report a bug.** **Thank you for using Cura and wanting to report a bug. 🙏**
Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. Before filing, [please check if the issue already exists](https://github.com/Ultimaker/Cura/issues?q=is%3Aissue) by using the search bar on the issues page.
If it does, comment there. Even if it's closed, we can reopen it based on your comment. If it does, comment there. Even if it's closed, we can reopen it based on your comment.
Also, please note the application version in the title of the issue "For example (5.3.1) Cannot connect to 3rd-party printer". Please do not write things like **Request** or **BUG** in the title, this is what labels are for. Please include the cura version in the title of the issue. For example, *"[5.4.0] Support Brim is missing in this model"*.
- type: input - type: input
attributes: attributes:
label: Application Version label: Cura Version
description: The version of Cura this issue occurs with. description: The version of Cura this issue occurs with.
placeholder: 5.3.0 placeholder: 5.4.0
validations: validations:
required: true required: true
- type: input - type: input
@ -28,14 +28,14 @@ body:
- type: input - type: input
attributes: attributes:
label: Printer label: Printer
description: Which printer was selected in Cura? description: Which printer was selected in Cura? It also helps to mention if you made any firmware modifications to your printer.
placeholder: Ultimaker S7 placeholder: Ultimaker S7 / Creality CR-10 with Klipper
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Reproduction steps label: Reproduction steps
description: Tell us what you did! description: Share what you did, so we can reproduce it
placeholder: | placeholder: |
1. Something you did 1. Something you did
2. Something you did next 2. Something you did next
@ -44,42 +44,37 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Actual results label: Actual results
description: What happens after the above steps have been followed. description: What happens after the above steps have been followed?
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Expected results label: Expected results
description: What should happen after the above steps have been followed. description: What should happen after the above steps have been followed?
validations: validations:
required: true required: true
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please be sure to add the following files: ### Please add the following files if it's 🔵 applicable:
* To save a project file go to File -> Save project. * **A Project File** contains the printer and settings we need for troubleshooting. Especially for issues with *🔵 the quality of your print.*
Please make sure to .zip your project file. To save a project file go to File -> Save project.
For big files, you may need to use [WeTransfer](https://wetransfer.com/) or similar file-sharing sites. Please make sure to .zip your project file. For big files, you may need to use [WeTransfer](https://wetransfer.com/) or similar file-sharing sites.
G-code files are not project files! G-code files are not project files! Before you share, please think to yourself. Is this a model that can be shared?
Before you share, please think to yourself. Is this a model that can be shared? ![Alt Text](https://user-images.githubusercontent.com/40423138/240616958-5a9751f2-bd34-4808-9752-6fde2e27516e.gif)
* **Screenshots** of showing the problem, perhaps before/after images. * **Screenshots** showing the issue. Especially for issues when *🔵 using Cura*
* A **log file** for crashes and similar issues. * A **log file** with information on what your Cura is doing. Especially for issues with *🔵 unexpected crashes.*
You can find your log file here: You can find your log file here:
Windows: `%APPDATA%\cura\<Cura version>\cura.log` or usually `C:\Users\\<your username>\AppData\Roaming\cura\<Cura version>\cura.log` Windows: `%APPDATA%\cura\<Cura version>\cura.log`
MacOS: `$USER/Library/Application Support/cura/<Cura version>/cura.log` MacOS: `$USER/Library/Application Support/cura/<Cura version>/cura.log`
Ubuntu/Linux: `$USER/.local/share/cura/<Cura version>/cura.log` Ubuntu/Linux: `$USER/.local/share/cura/<Cura version>/cura.log`
If the Cura user interface still starts, you can also reach this directory from the application menu in Help -> Show settings folder
If the Cura user interface still starts, you can also reach this directory from the application menu in Help -> Show settings folder
- type: checkboxes
attributes:
label: Checklist of files to include
options:
- label: Log file
- label: Project file
- type: textarea - type: textarea
attributes: attributes:
label: Additional information & file uploads label: Add your .zip and screenshots here ⬇️
description: You can add these files and additional information that is relevant to the issue in the comments below. description: You can add the zip file and additional information that is relevant to the issue in the comments below.
validations: validations:
required: true required: true