Update bug_report.yml

This commit is contained in:
SoftFever 2023-09-03 11:01:33 +08:00 committed by GitHub
parent d68d729e47
commit c78d3ee0a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,26 +5,14 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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. 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 - type: input
id: version id: version
attributes: attributes:
label: Bambu Studio Version label:OrcaSlicer Version
description: Which version of Bambu Studio are you running? You can see the full version in `Help` -> `About Bambu Studio`. 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.2.4 placeholder: e.g. 1.6.6
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
validations: validations:
required: true required: true
- type: input - type: input
@ -52,7 +40,7 @@ body:
attributes: attributes:
label: Printer label: Printer
description: Which printer was selected 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: validations:
required: true required: true
- type: textarea - 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 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. * A **log file** for crashes and similar issues.
You can find your log file here: You can find your log file here:
Windows: `%APPDATA%\BambuStudio\log` or usually `C:\Users\<your username>\AppData\Roaming\BambuStudio\log` Windows: `%APPDATA%\OrcaSlicer\log` or usually `C:\Users\<your username>\AppData\Roaming\OrcaSlicer\log`
MacOS: `$HOME/Library/Application Support/BambuStudio/log` MacOS: `$HOME/Library/Application Support/OrcaSlicer/log`
Linux: `$HOME/.config/BambuStudio/log` Linux: `$HOME/.config/OrcaSlicer/log`
If Bambu Studio still starts, you can also reach this directory from the application menu in `Help` -> `Show Configuration Folder` 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 You can zip the log directory, or just select the newest logs when this issue happens, and zip them
- type: textarea - type: textarea
id: file_uploads id: file_uploads