From c6428df278c5ebf8ccc6e7943c049b659e84a140 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 22 May 2021 13:13:01 +0100 Subject: chore: Add some basic issue templates Signed-off-by: Daniel Silverstone --- .gitlab/issue_templates/Bug.md | 31 ++++++++++++++++++++++++++++++ .gitlab/issue_templates/Feature Request.md | 11 +++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Feature Request.md (limited to '.gitlab') 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) + + + +## 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 -- cgit v1.2.1