diff --git a/.gitlab/issue_templates/bug_report.md b/.gitlab/issue_templates/bug_report.md
new file mode 100644
index 0000000000000000000000000000000000000000..003a88d8b9365b759941431ae6cc77f3a03812e1
--- /dev/null
+++ b/.gitlab/issue_templates/bug_report.md
@@ -0,0 +1,31 @@
+**Summary:**
+
+Provide a brief summary of the bug or issue.
+
+**Description:**
+
+Describe the bug in detail, including any error messages or unexpected behavior you encountered. Please be as specific as possible and include steps to reproduce the issue if applicable.
+
+**Expected Behavior:**
+
+Describe what you expected to happen instead of the observed behavior.
+
+**Steps to Reproduce:**
+
+    Describe the necessary steps to reproduce the bug.
+    Be as detailed as possible, including any specific inputs or conditions required.
+
+**Environment:**
+
+    Operating System:
+    Browser/Version (if applicable):
+    Application/Tool Version:
+    Any other relevant environment information:
+
+**Screenshots or Code Snippets:**
+
+If applicable, provide any screenshots, error logs, or code snippets that can help in understanding and resolving the issue.
+
+**Additional Information:**
+
+Add any additional information that you think might be helpful, such as related issues, workarounds, or possible causes.