Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-04-26 16:00:46 +0300
committerGhostkeeper <rubend@tutanota.com>2018-04-26 16:00:46 +0300
commit4f777457ee6e38da209bef559b7414775a506a4d (patch)
tree19923fb51605ca1f7a2121c5e07f836d1cf613fb /.github
parent3ae6b8c4c1707b8a7c65f3739f00d0baf5896452 (diff)
Simplify issue template
We don't usually need to know what specific Qt version or graphics driver the user has, and it's a great hassle for the user to figure this out, especially when they aren't technical and just installed an official release. I hope that this leads more bug reporters to actually fill in the template.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md21
1 files changed, 6 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 92c8d2fe58..2f880a9e32 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -3,7 +3,7 @@ The following template is useful for filing new issues. Processing an issue will
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.
-Also, please note the application version in the title of the issue. For example: "[3.2.1] Cannot connect to 3rd-party printer". Please do not write thigns like "Request:" or "[BUG]" in the title; this is what labels are for.
+Also, please note the application version in the title of the issue. For example: "[3.2.1] Cannot connect to 3rd-party printer". Please do not write things like "Request:" or "[BUG]" in the title; this is what labels are for.
It is also helpful to attach a project (.3mf or .curaproject) file and Cura log file so we can debug issues quicker.
Information about how to find the log file can be found at https://github.com/Ultimaker/Cura/wiki/Cura-Preferences-and-Settings-Locations. To upload a project, try changing the extension to e.g. .curaproject.3mf.zip so that github accepts uploading the file. Otherwise we recommend http://wetransfer.com, but other file hosts like Google Drive or Dropbox work well too.
@@ -15,28 +15,19 @@ Thank you for using Cura!
<!-- The version of the application this issue occurs with -->
**Platform**
-<!-- Information about the platform the issue occurs on -->
-
-**Qt**
-<!-- The version of Qt used (not necessary if you're using the version from Ultimaker's website) -->
-
-**PyQt**
-<!-- The version of PyQt used (not necessary if you're using the version from Ultimaker's website) -->
-
-**Display Driver**
-<!-- Video driver name and version -->
+<!-- Information about the operating system the issue occurs on -->
**Printer**
<!-- Which printer was selected in Cura. Please attach project file as .curaproject.3mf.zip -->
**Steps to Reproduce**
-<!-- Add the steps needed that lead up to the issue (replace this text) -->
+<!-- Add the steps needed that lead up to the issue -->
**Actual Results**
-<!-- What happens after the above steps have been followed (replace this text) -->
+<!-- What happens after the above steps have been followed -->
**Expected results**
-<!-- What should happen after the above steps have been followed (replace this text) -->
+<!-- What should happen after the above steps have been followed -->
**Additional Information**
-<!-- Extra information relevant to the issue, like screenshots (replace this text) -->
+<!-- Extra information relevant to the issue, like screenshots -->