diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
new file mode 100644
index 0000000000000000000000000000000000000000..3f162aef08a64796ce4be1ba9e2ff19e9969d889
--- /dev/null
+++ b/.gitlab/issue_templates/bug.md
@@ -0,0 +1,31 @@
+## Summary
+
+(Summarize the bug encountered concisely)
+
+## Steps to reproduce
+
+(How one can reproduce the issue - this is very important)
+
+## Version
+
+(Which version of Figments.nrw are you using? Installed or Archive?)
+
+## Mode
+(Does the error happen in Desktop Mode, VR Mode or both?)
+
+## 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 - use code blocks (```) to format console output, logs, and code, as
+it's very hard to read otherwise.)
+
+## Possible fixes
+
+(If you have any ideas for a bug fix, let us know!)
\ No newline at end of file