summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Bug.md31
-rw-r--r--.gitlab/issue_templates/Feature Request.md11
2 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 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
diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md
new file mode 100644
index 0000000..a78eb39
--- /dev/null
+++ b/.gitlab/issue_templates/Feature Request.md
@@ -0,0 +1,11 @@
+## Feature request summary
+
+(Describe the feature you would like to request)
+
+## Example usage
+
+Provide an example of how this feature would be used, for example if the feature
+involves the markdown input, describe the markdown and how it would cause Subplot
+to behave.
+
+/label ~feature