From c1ce261b34515daedab12c04dbcf6a26cf43e9e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20R=C3=BCssmann?= <p.ruessmann@fz-juelich.de>
Date: Mon, 12 Sep 2022 07:41:34 +0000
Subject: [PATCH] Add default issue template

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

diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md
new file mode 100644
index 000000000..cb7ce43c8
--- /dev/null
+++ b/.gitlab/issue_templates/default.md
@@ -0,0 +1,27 @@
+## Summary
+
+(Summarize the bug encountered concisely)
+
+## Steps to reproduce
+
+(How one can reproduce the issue - this is very important! Please always upload `inputcard`, `potential` and `shapefun`)
+
+## What is the current bug behavior?
+
+(What actually happens)
+
+## What is the expected correct behavior?
+
+(What you should see instead)
+
+## Relevant logs and/or screenshots
+
+(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as
+it's very hard to read otherwise.)
+
+## Possible fixes
+
+(If you can, link to the line of code that might be responsible for the problem)
+
+/label ~bug ~reproduced ~needs-investigation
+
-- 
GitLab