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 <ctbeke@gmail.com>2017-12-18 22:57:43 +0300
committerGitHub <noreply@github.com>2017-12-18 22:57:43 +0300
commit16ce1e870e782e974c94255967131895d0c64a9c (patch)
tree314c55710adda700be068ce5507bbcde7bf3e14b /.github
parentcab27711ad94a3ce0e8b9a3239d24757349c49d5 (diff)
Create GitHub issue template
Might help streamlining issue creation and handling.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..7bdf35455c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,32 @@
+<!--
+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).
+Thank you for using Cura!
+-->
+
+Application Version:
+<!-- 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 -->
+
+Steps to Reproduce:
+<!-- Add the steps needed that lead up to the issue (replace this text) -->
+
+Actual Results:
+<!-- What happens after the above steps have been followed (replace this text) -->
+
+Expected results:
+<!-- What should happen after the above steps have been followed (replace this text) -->
+
+Additional Information:
+<!-- Extra information relevant to the issue, like screenshots (replace this text) -->