Update bug_report.yml
This commit is contained in:
parent
d68d729e47
commit
c78d3ee0a9
1 changed files with 9 additions and 21 deletions
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -5,26 +5,14 @@ body:
|
|||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**Thank you for using Bambu Studio and wanting to report a bug.**
|
||||
**Thank you for using Orca Slicer 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. If it does, comment there. Even if it's closed, we can reopen it based on your comment.
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Bambu Studio Version
|
||||
description: Which version of Bambu Studio are you running? You can see the full version in `Help` -> `About Bambu Studio`.
|
||||
placeholder: e.g. 1.6.2.4
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: app_from
|
||||
attributes:
|
||||
label: Where is the application from?
|
||||
description: please confirm where is your Bambu Studio from
|
||||
multiple: true
|
||||
options:
|
||||
- Bambu Lab Official website
|
||||
- Bambu Lab github releases
|
||||
- Built from source by yourself or others
|
||||
label:OrcaSlicer Version
|
||||
description: Which version of Orca Slicer are you running? You can see the full version in `Help` -> `About Orca Slicer`.
|
||||
placeholder: e.g. 1.6.6
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
@ -52,7 +40,7 @@ body:
|
|||
attributes:
|
||||
label: Printer
|
||||
description: Which printer was selected
|
||||
placeholder: Bambu Lab X1 series/Bambu Lab P1P/...
|
||||
placeholder: Voron 2.4/VzBot/Prusa MK4/Bambu Lab X1 series/Bambu Lab P1P/...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -90,10 +78,10 @@ body:
|
|||
You can export the project file from the application menu in `File`->`Save project as...`, then zip it
|
||||
* A **log file** for crashes and similar issues.
|
||||
You can find your log file here:
|
||||
Windows: `%APPDATA%\BambuStudio\log` or usually `C:\Users\<your username>\AppData\Roaming\BambuStudio\log`
|
||||
MacOS: `$HOME/Library/Application Support/BambuStudio/log`
|
||||
Linux: `$HOME/.config/BambuStudio/log`
|
||||
If Bambu Studio still starts, you can also reach this directory from the application menu in `Help` -> `Show Configuration Folder`
|
||||
Windows: `%APPDATA%\OrcaSlicer\log` or usually `C:\Users\<your username>\AppData\Roaming\OrcaSlicer\log`
|
||||
MacOS: `$HOME/Library/Application Support/OrcaSlicer/log`
|
||||
Linux: `$HOME/.config/OrcaSlicer/log`
|
||||
If Orca Slicer still starts, you can also reach this directory from the application menu in `Help` -> `Show Configuration Folder`
|
||||
You can zip the log directory, or just select the newest logs when this issue happens, and zip them
|
||||
- type: textarea
|
||||
id: file_uploads
|
||||
|
|
Loading…
Reference in a new issue