diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index b3fc10a5c1..0000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -name: Bug report -about: Create a report to help us fix issues. -title: '' -labels: 'Type: Bug' -assignees: '' - ---- - - - -**Application version** -(The version of the application this issue occurs with.) - -**Platform** -(Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.) - -**Printer** -(Which printer was selected in Cura?) - -**Reproduction steps** -1. (Something you did.) -2. (Something you did next.) - -**Screenshot(s)** -(Image showing the problem, perhaps before/after images.) - -**Actual results** -(What happens after the above steps have been followed.) - -**Expected results** -(What should happen after the above steps have been followed.) - -**Project file** -(For slicing bugs, provide a project which clearly shows the bug, by going to File->Save Project. For big files you may need to use WeTransfer or similar file sharing sites. G-code files are not project files!) - -**Log file** -(See https://github.com/Ultimaker/Cura#logging-issues to find the log file to upload, or copy a relevant snippet from it.) - -**Additional information** -(Extra information relevant to the issue.) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index a10d664a04..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: 'Type: New Feature' -assignees: '' - ---- - -**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. If possible, describe why you think this is a good solution.) - -**Describe alternatives you've considered** -(A clear and concise description of any alternative solutions or features you've considered. Again, if possible, think about why these alternatives are not working out.) - -**Affected users and/or printers** -(Who do you think will benefit from this? Is everyone going to benefit from these changes? Or specific kinds of users?) - -**Additional context** -(Add any other context or screenshots about the feature request here.)