From 5f32c4d35c57827a43071bce5cf6b902bdf6aa01 Mon Sep 17 00:00:00 2001
From: many <VC6l9uBUTvTlcIjrI7sn>
Date: Fri, 19 Aug 2022 00:36:30 +0200
Subject: [PATCH] add gitlab issue templates

---
 .gitlab/issue_templates/incidence_template.md | 18 +++++++++++++++++
 .gitlab/issue_templates/issue_template.md     | 20 +++++++++++++++++++
 .gitlab/issue_templates/task_template.md      | 20 +++++++++++++++++++
 3 files changed, 58 insertions(+)
 create mode 100644 .gitlab/issue_templates/incidence_template.md
 create mode 100644 .gitlab/issue_templates/issue_template.md
 create mode 100644 .gitlab/issue_templates/task_template.md

diff --git a/.gitlab/issue_templates/incidence_template.md b/.gitlab/issue_templates/incidence_template.md
new file mode 100644
index 00000000..459a09d8
--- /dev/null
+++ b/.gitlab/issue_templates/incidence_template.md
@@ -0,0 +1,18 @@
+**Describe the incident**
+A clear and concise description of what the problem is.
+
+**Describe step by step the course of the event**
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Damages**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/.gitlab/issue_templates/issue_template.md b/.gitlab/issue_templates/issue_template.md
new file mode 100644
index 00000000..af14bb5e
--- /dev/null
+++ b/.gitlab/issue_templates/issue_template.md
@@ -0,0 +1,20 @@
+**Describe the issue**
+A clear and concise description of what the problem is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+
+**Additional context**
+Add any other context about the problem here.
+
diff --git a/.gitlab/issue_templates/task_template.md b/.gitlab/issue_templates/task_template.md
new file mode 100644
index 00000000..a3ffb7fc
--- /dev/null
+++ b/.gitlab/issue_templates/task_template.md
@@ -0,0 +1,20 @@
+**Describe the task**
+A clear and concise description of what the problem is.
+
+**tasks**
+
+- [ ] Go to '...'
+- [ ] Click on '....'
+- [ ] Scroll down to '....'
+- [ ] do some more awesome stuff
+
+
+**Expected outcome**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+
+**Additional context**
+Add any other context about the problem here.
-- 
GitLab