diff --git a/.gitlab/issue_templates/incidence_template.md b/.gitlab/issue_templates/incidence_template.md new file mode 100644 index 0000000000000000000000000000000000000000..459a09d852732e861b29ccbc39b63322fdf67393 --- /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 0000000000000000000000000000000000000000..af14bb5e661b3f505486808fa32cad892333532e --- /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 0000000000000000000000000000000000000000..a3ffb7fcffe50409103610f33424368328cda4f9 --- /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.