diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19a8a6568..b0b017c8c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,54 +6,18 @@ about: Report a bug in MatterControl Bug Report ============ - - - - - -**MatterControl Build Number** - - -**Operating System Version** - - -**Printer Make/Model** - - **Steps to Reproduce** - - 1. 2. 3. **Expected Behavior** - **Actual Behavior** - -**Attachments** - +**MatterControl Build Number** +(To find this, go to the MatterControl menu in the top left and click "About MatterControl") -* Model you are trying to print - -* Printer Settings File - -* Print Log - +**Printer Make/Model** diff --git a/.github/ISSUE_TEMPLATE/crash-report.md b/.github/ISSUE_TEMPLATE/crash-report.md deleted file mode 100644 index ce4d80798..000000000 --- a/.github/ISSUE_TEMPLATE/crash-report.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -name: Crash report -about: Report a crash in MatterControl - ---- - -Crash Report -============ - - - - - -**MatterControl Build Number** - - -**Operating System Version** - - -**Printer Make/Model** - - -**Steps to Reproduce** - - -1. -2. -3. - -**Other Attachments** - - -**Crash Log** - - -``` -Paste crash log here -``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2cb923a9c..dc836025d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,14 +7,8 @@ about: Suggest an idea for MatterControl Feature Request =============== - - - - **Problem** - +Describe the problem you feel needs to be solved. **Solution** - +Explain how this feature will solve the problem.