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.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000..755e71a
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,31 @@
+## Bug Summary
+
+(Summarise the bug you have encountered)
+
+## Reproduction version etc.
+
+### Subplot version
+
+```
+(Paste the output of subplot --version)
+```
+
+### Details of environment
+
+- **OS details**: (e.g. Debian Buster)
+- **Dependency Packages**: (e.g. Pandoc 2.2.1)
+
+<!-- Please add any extra details you can think of about your environment -->
+
+## Inputs to reproduce
+
+(If any particular inputs are needed to make this work, please either attach
+them, describe them, or reference them here.)
+
+## Steps to reproduce
+
+1. Do this
+2. Then this
+3. Then you see the bad result
+
+/label ~bug