diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000000000000000000000000000000000..ec883a0f2839f2a3011bffbb372348bd56911575
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,24 @@
+**Description**
+- {{Brief description of your bug}}
+
+**Version**
+- {{branch}} at {{commit}} on {{version - found in your copy of the VERSION file}} 
+
+**Steps to reproduce the bug**
+1. {{steps}}
+
+**Expected behaviour**
+- {{feature}} should be {{expectedResult}} because {{reason}}.
+
+**Actual behaviour**
+- {{feature}} is {{actualResult}}.
+
+**Server information**
+- {{database}} with {{authentication}}.
+
+**Client information**
+- OS: {{operatingSystem}}
+- Browser: {{browser}} {{version}}
+
+**Additional information**
+- {{additionalInfo}})