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:
authorChrisTerBeke <c.terbeke@ultimaker.com>2017-12-21 11:14:31 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2017-12-21 11:14:31 +0300
commit419dc6f59a9aa8148b03ccec03be4adf1fe3eb79 (patch)
tree88b7bb3b40585f3e92bc7fd927330f985305bd82 /.github
parent107f6aff786157016e622964abb2675b09f2c311 (diff)
Improve issue template a bit
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md22
1 files changed, 13 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 7bdf35455c..b78b9b91a2 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,32 +1,36 @@
<!--
The following template is useful for filing new issues. Processing an issue will go much faster when this is filled out.
Before filing, please check if the issue already exists (either open or closed).
+
+It is also helpful to attach a project (.3MF) 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.
+
Thank you for using Cura!
-->
-Application Version:
+**Application Version**
<!-- The version of the application this issue occurs with -->
-Platform:
+**Platform**
<!-- Information about the platform the issue occurs on -->
-Qt:
+**Qt**
<!-- The version of Qt used (not necessary if you're using the version from Ultimaker's website) -->
-PyQt:
+**PyQt**
<!-- The version of PyQt used (not necessary if you're using the version from Ultimaker's website) -->
-Display Driver:
+**Display Driver**
<!-- Video driver name and version -->
-Steps to Reproduce:
+**Steps to Reproduce**
<!-- Add the steps needed that lead up to the issue (replace this text) -->
-Actual Results:
+**Actual Results**
<!-- What happens after the above steps have been followed (replace this text) -->
-Expected results:
+**Expected results**
<!-- What should happen after the above steps have been followed (replace this text) -->
-Additional Information:
+**Additional Information**
<!-- Extra information relevant to the issue, like screenshots (replace this text) -->