From 73f6322fa45afe19d5846882338818bb855f92da Mon Sep 17 00:00:00 2001
From: bmortier <benoit.mortier@opensides.be>
Date: Wed, 6 Sep 2017 14:30:33 +0200
Subject: [PATCH] added bugs template

---
 .gitlab/issue_templates/Bugs.md | 44 +++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 .gitlab/issue_templates/Bugs.md

diff --git a/.gitlab/issue_templates/Bugs.md b/.gitlab/issue_templates/Bugs.md
new file mode 100644
index 000000000..bc8a4a5d0
--- /dev/null
+++ b/.gitlab/issue_templates/Bugs.md
@@ -0,0 +1,44 @@
+### Description
+
+<!-- Required -->
+<!-- Description of the issue -->
+
+### Distribution Name and Version
+
+<!-- Required -->
+<!-- Debian, Centos -->
+
+### FusionDirectory Version
+
+<!-- Required -->
+
+### PHP version used
+
+<!-- Required -->
+
+### Origin of php packages
+
+<!-- Required -->
+<!-- Distribution packages, Out of distribution -->
+
+### Steps to Reproduce
+
+<!-- Required -->
+1. [First Step]
+2. [Second Step]
+3. [and so on...]
+
+**Expected behavior:**
+
+<!-- What you expect to happen-->
+
+**Actual behavior:**
+
+<!-- What actually happens -->
+
+**Reproduces how often:**
+<!-- What percentage of the time does it reproduce?-->
+
+### Additional Information
+<!-- optional -->
+<!-- Any additional information, configuration or data that might be necessary to reproduce the issue. -->
\ No newline at end of file
-- 
GitLab