From ddb23105f1b6b270f4af0653ea246b7bfef1358e Mon Sep 17 00:00:00 2001
From: Konstantinos Sideris <sideris.konstantin@gmail.com>
Date: Thu, 2 Nov 2017 16:02:03 +0200
Subject: [PATCH] Add issue template

---
 .github/ISSUE_TEMPLATE.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 .github/ISSUE_TEMPLATE.md

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 000000000..5471c4263
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,19 @@
+<!--
+If you want to request a feature or ask a question, feel free to remove all the irrelevant text.
+-->
+
+### System:
+
+- Operating System:
+- Qt version:
+- C++ compiler:
+- Desktop Environment: <!-- for Linux -->
+
+### Actual behavior
+
+### Expected behavior
+
+### Steps to reproduce
+
+<!-- If the program crashed. -->
+### Debugger traceback 
-- 
GitLab