|
@@ -5,17 +5,17 @@ body:
|
|
|
- type: markdown
|
|
|
attributes:
|
|
|
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.
|
|
|
|
|
|
- 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
|
|
|
attributes:
|
|
|
- label: Application Version
|
|
|
+ label: Cura Version
|
|
|
description: The version of Cura this issue occurs with.
|
|
|
- placeholder: 5.3.0
|
|
|
+ placeholder: 5.4.0
|
|
|
validations:
|
|
|
required: true
|
|
|
- type: input
|
|
@@ -28,14 +28,14 @@ body:
|
|
|
- type: input
|
|
|
attributes:
|
|
|
label: Printer
|
|
|
- description: Which printer was selected in Cura?
|
|
|
- placeholder: Ultimaker S7
|
|
|
+ description: Which printer was selected in Cura? It also helps to mention if you made any firmware modifications to your printer.
|
|
|
+ placeholder: Ultimaker S7 / Creality CR-10 with Klipper
|
|
|
validations:
|
|
|
required: true
|
|
|
- type: textarea
|
|
|
attributes:
|
|
|
label: Reproduction steps
|
|
|
- description: Tell us what you did!
|
|
|
+ description: Share what you did, so we can reproduce it
|
|
|
placeholder: |
|
|
|
1. Something you did
|
|
|
2. Something you did next
|
|
@@ -44,42 +44,39 @@ body:
|
|
|
- type: textarea
|
|
|
attributes:
|
|
|
label: Actual results
|
|
|
- description: What happens after the above steps have been followed.
|
|
|
+ description: What happens after the above steps have been followed?
|
|
|
validations:
|
|
|
required: true
|
|
|
- type: textarea
|
|
|
attributes:
|
|
|
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:
|
|
|
required: true
|
|
|
- type: markdown
|
|
|
attributes:
|
|
|
value: |
|
|
|
- Please be sure to add the following files:
|
|
|
- * To save a project file go to File -> Save project.
|
|
|
- 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!
|
|
|
- Before you share, please think to yourself. Is this a model that can be shared?
|
|
|
- * **Screenshots** of showing the problem, perhaps before/after images.
|
|
|
- * A **log file** for crashes and similar issues.
|
|
|
- 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`
|
|
|
- MacOS: `$USER/Library/Application Support/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
|
|
|
-- type: checkboxes
|
|
|
- attributes:
|
|
|
- label: Checklist of files to include
|
|
|
- options:
|
|
|
- - label: Log file
|
|
|
- - label: Project file
|
|
|
+ ### Please add the following files when they are related to...
|
|
|
+ * 🔵 **The quality of your print**
|
|
|
+ Please add **a Project File**. It contains the printer and settings we need for troubleshooting.
|
|
|
+ To save a project file go to File -> Save project.
|
|
|
+ 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! Before you share, please think to yourself. Is this a model that can be shared?
|
|
|
+ 
|
|
|
+ * 🔵 **Using and interacting with Cura**
|
|
|
+ Please add **screenshots** showing the issue.
|
|
|
+ Before and after, and arrows can help here.
|
|
|
+ * 🔵 **Unexpected crashes and behavior**
|
|
|
+ Please add **a log file** with information on what your Cura is doing.
|
|
|
+ You can find your log file here:
|
|
|
+ Windows: `%APPDATA%\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`
|
|
|
+ If the Cura user interface still starts, you can also reach this directory from the application menu in Help -> Show settings folder
|
|
|
+
|
|
|
- type: textarea
|
|
|
attributes:
|
|
|
- label: Additional information & file uploads
|
|
|
- description: You can add these files and additional information that is relevant to the issue in the comments below.
|
|
|
+ label: Add your .zip and screenshots here ⬇️
|
|
|
+ description: You can add the zip file and additional information that is relevant to the issue in the comments below.
|
|
|
validations:
|
|
|
required: true
|
|
|
-
|