diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md new file mode 100644 index 0000000000000000000000000000000000000000..b86e4569897da29c62e712e3d16f2db6f5451b4f --- /dev/null +++ b/.gitlab/issue_templates/bug.md @@ -0,0 +1,24 @@ +/label ~BUG + +### What's happening? + +*Describe in a few words what's happening* + +### Steps to reproduce + +*How one can reproduce the issue - this is very important* + +1. Step 1 +2. Step 2 +3. Step 3 + +### Relevant logs and/or screenshots + +*If possible, please add a screenshot.* + +### Your Environment + +*Include relevant details about the environment you experienced the bug in* + +* Browser name and version: +* Operating System and version (desktop or mobile): \ No newline at end of file