diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..b4783e96012 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Version +Version of Slic3r Prusa Edition used goes here, Use About->About Slic3r. + +Operating system type + version +What OS are you using, and state any version #s In case of 3D rendering issues, please attach the content of menu Help -> System Info dialog + +3D printer brand / version + firmware version (if known) +What 3D printer brand / version are you printing on, is it a stock model or did you modify the printer, what firmware is running on your printer, version of the firmware #s + +Behavior +Describe the problem +Steps needed to reproduce the problem +If this is a command-line slicing issue, include the options used +Expected Results +Actual Results +Screenshots from Slic3r preview are preferred + +# Project File (.3MF) (or stl+config) where problem occurs +### file-> save as +### zip it +### drag it here diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..1aeaf111240 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +### Behavior +Describe the feature +Actual Results +Expected Results +Why this feature is useful? +Screenshots /drawings are preferred +Describe how the feature will work.