mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 06:45:52 +08:00
Merge pull request #9701 from Ultimaker/issue-forms
Update bug report and feature request
This commit is contained in:
commit
1a79580227
24
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
24
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
@ -14,7 +14,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Application Version
|
label: Application Version
|
||||||
description: The version of Cura this issue occurs with.
|
description: The version of Cura this issue occurs with.
|
||||||
placeholder: 4.8.0
|
placeholder: 4.9.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -55,16 +55,28 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Additional information & file uploads
|
|
||||||
|
|
||||||
Please be sure to add the following files:
|
Please be sure to add the following files:
|
||||||
* For slicing issues, upload a **project file** that clearly shows the bug.
|
* For slicing issues, upload a **project file** that clearly shows the bug.
|
||||||
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 or similar file sharing sites.
|
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 or similar file sharing sites.
|
||||||
G-code files are not project files!
|
G-code files are not project files!
|
||||||
* **Screenshots** of showing the problem, perhaps before/after images.
|
* **Screenshots** of showing the problem, perhaps before/after images.
|
||||||
* A **log file**, see [here](https://github.com/Ultimaker/Cura#logging-issues) how to find the log file.
|
* 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/Linus: `$USER/.local/share/cura/<Cura version>/cura.log`
|
||||||
|
|
||||||
You can add these files and additional information that is relevant to the issue in the comments below.
|
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
|
label: Additional information & file uploads
|
||||||
|
description: You can add these files and additional information that is relevant to the issue in the comments below.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
7
.github/ISSUE_TEMPLATE/featurerequest.yaml
vendored
7
.github/ISSUE_TEMPLATE/featurerequest.yaml
vendored
@ -38,8 +38,7 @@ body:
|
|||||||
placeholder: It will affect...
|
placeholder: It will affect...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
label: Additional information & file uploads
|
||||||
## Additional information & file uploads
|
description: You can add pictures or files to visualize your feature request in the comments below.
|
||||||
You can add pictures or files to visualize your feature request in the comments below.
|
|
Loading…
x
Reference in New Issue
Block a user