diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000000000000000000000000000000000000..c10b286b28004801a04ebb0cf35f22c30959a8aa
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,31 @@
+## The module affected
+
+## What is the action to reproduce the bug?
+
+(Steps to reproduce)
+
+## What is the result you see?
+
+(Actual result)
+
+## What is the result you expect?
+
+(Expected behaviour)
+
+## Frequency?
+
+(always, sometimes, one-time issue)
+
+## Tested version
+
+(image name and version, platform)
+
+## Do you know any workaround of this issue?
+
+(link to workaround/mitigation steps etc)
+
+## Do you have a fix for this issue?
+
+(link to upstream patch, merge/pull request)
+
+/label ~bug ~needs-investigation