summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates/bug.md
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/issue_templates/bug.md')
-rw-r--r--.gitlab/issue_templates/bug.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
new file mode 100644
index 0000000000..d27dea552d
--- /dev/null
+++ b/.gitlab/issue_templates/bug.md
@@ -0,0 +1,42 @@
+<!--
+* Use this issue template for reporting a new bug.
+-->
+
+### Summary
+
+
+
+### Steps to reproduce:
+
+1. step 1
+2. step 2
+3. ...
+
+### What is the current bug behavior?
+
+
+
+### What is the expected behavior?
+
+
+
+### Environment
+
+<!--
+Please fill in the following information in bug reports, removing the comments like this one in brackets.
+-->
+
+- Version: e.g. 0.10, output of --version (without backslashes)
+- Operating system: Debian GNU/Linux 9.1 (stretch), Windows 7, Ubuntu Xenial, etc
+- Install method: distribution package, from source tarball, from git, etc
+- etc...
+
+### Relevant logs and/or screenshots:
+
+
+
+### Possible fixes:
+
+
+
+/label ~bug