summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-22 13:13:01 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-22 13:13:01 +0100
commitc6428df278c5ebf8ccc6e7943c049b659e84a140 (patch)
treec12d558721a655b44dc83bea18f30bbd7dbf82f6 /.gitlab
parenta242493b2fc4a5d20a3650315e7360c9a6eb84fe (diff)
downloadsubplot-c6428df278c5ebf8ccc6e7943c049b659e84a140.tar.gz
chore: Add some basic issue templates
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
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