From 970b72dd6a01a2b13d21d8a7fa20717eadc7652a Mon Sep 17 00:00:00 2001
From: many <VC6l9uBUTvTlcIjrI7sn>
Date: Fri, 19 Aug 2022 00:43:45 +0200
Subject: [PATCH] redefine templates

---
 .../feature_development_template.md           | 21 +++++++++++++++++++
 .gitlab/issue_templates/incidence_template.md |  3 ++-
 .gitlab/issue_templates/task_template.md      | 20 ------------------
 3 files changed, 23 insertions(+), 21 deletions(-)
 create mode 100644 .gitlab/issue_templates/feature_development_template.md
 delete mode 100644 .gitlab/issue_templates/task_template.md

diff --git a/.gitlab/issue_templates/feature_development_template.md b/.gitlab/issue_templates/feature_development_template.md
new file mode 100644
index 00000000..2e854cee
--- /dev/null
+++ b/.gitlab/issue_templates/feature_development_template.md
@@ -0,0 +1,21 @@
+**Describe the feature**
+
+A clear and concise description of what the feature that should be implemented.
+
+**Development plan**
+
+- [ ] create feature branch from this issue '...'
+- [ ] create submodule  '....'
+- [ ] implement test and methods  '....'
+- [ ] write merge-request
+
+
+**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.
diff --git a/.gitlab/issue_templates/incidence_template.md b/.gitlab/issue_templates/incidence_template.md
index 459a09d8..d178c66b 100644
--- a/.gitlab/issue_templates/incidence_template.md
+++ b/.gitlab/issue_templates/incidence_template.md
@@ -7,9 +7,10 @@ A clear and concise description of what the problem is.
 3. Scroll down to '....'
 4. See error
 
-**Damages**
+**Expected behavior**
 A clear and concise description of what you expected to happen.
 
+
 **Screenshots**
 If applicable, add screenshots to help explain your problem.
 
diff --git a/.gitlab/issue_templates/task_template.md b/.gitlab/issue_templates/task_template.md
deleted file mode 100644
index a3ffb7fc..00000000
--- a/.gitlab/issue_templates/task_template.md
+++ /dev/null
@@ -1,20 +0,0 @@
-**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