-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this is needed so we can later ff public/stable (currently at version_2.5.2) to version_2.6.0
- Loading branch information
1 parent
2ed4c75
commit bbd870b
Showing
1,324 changed files
with
224,568 additions
and
326,890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
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: textarea | ||
id: what-happened | ||
attributes: | ||
label: Description of the bug | ||
description: What happened? Please, enclose a screenshot whenever possible (even when you think the description is clear). What did you expect to happen? In case of 3D rendering issues, please attach the content of menu Help -> System Info dialog. | ||
placeholder: | | ||
What is the problem? | ||
What did you expect? | ||
You paste or drop screenshots here | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: to_reproduce | ||
attributes: | ||
label: Project file & How to reproduce | ||
description: "*Please* upload a ZIP archive containing the project file used when the problem arise. Please export it just before the problem occurs. Even if you did nothing and/or there is no object, export it! (it contains your current configuration)." | ||
placeholder: | | ||
`File`->`Save project as...` then zip it & drop it here | ||
Also, if needed include the steps to reproduce the bug: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist of files included above | ||
options: | ||
- label: Project file | ||
- label: Screenshot | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version of PrusaSlicer | ||
description: What version of PrusaSlicer are you running? You can see the full version in `Help` -> `About PrusaSlicer`. | ||
placeholder: e.g. 2.4.1-alpha2-win64 / 2.3.3-linux / 2.4.1-alpha0+61-win64-gcd2459455 ... | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system | ||
description: with the version if possible | ||
placeholder: e.g. Windows 7/8/10/11 ... , Ubuntu 22.04/Debian ... , macOS 10.15/11.1 ... | ||
validations: | ||
required: true | ||
- type: input | ||
id: printer | ||
attributes: | ||
label: Printer model | ||
description: Please, fill this in even when it seems irrelevant. | ||
placeholder: voron 2.4 with afterburner | ||
validations: | ||
required: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
contact_links: | ||
- name: Do you need Support? | ||
url: https://www.prusa3d.com/page/prusaslicer-support-form_233563/ | ||
about: If you are not sure whether what you are reporting is a bug, please contact our support team first. We are providing full 24/7 customer support. | ||
- name: PrusaSlicer Manual | ||
url: https://help.prusa3d.com/en/article/customer-support_2287/ | ||
about: We have a comprehensive customer support page and help documentation that could be helpful for troubleshooting. | ||
- name: PrusaPrinters Forum | ||
url: https://forum.prusaprinters.org/forum/prusaslicer/ | ||
about: Please get in touch on our PrusaPrinters Community Forum! (Not an official support channel.) | ||
|
||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe how it would work** | ||
Be as descriptive as your skill level allows you. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or paint drawing about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ local-lib | |
build-linux/* | ||
deps/build-linux/* | ||
**/.DS_Store | ||
**/.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.