From 661281b3d087a29392c85ca9ef357ea20dab4f54 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 22 May 2020 10:35:21 +0100 Subject: [PATCH] Added basic issue templates --- .gitlab/issue_templates/Bug.md | 33 ++++++++++++++++++++++ .gitlab/issue_templates/Feature request.md | 20 +++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Feature request.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..e6e38299 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,33 @@ +# Bug report + +## Summary + +(Summarize the bug encountered concisely) + +## Configuration + +I'm using: + +**Camera:** (E.g. Raspberry Pi camera v2) + +**Motor controller:** (E.g. Sangaboard, or Arduino Nano) + +## Steps to reproduce + +(How one can reproduce the issue - this is very important) + +## Relevant logs and/or screenshots + +To access your microscope log, either: + +* Run `ofm log` on your microscope, and copy/paste the output here + +* Go to `http://:5000/log`, download the log file, and attach it here using the "Attach a File" button below + * In most setups, `http://microscope.local:5000/log` should work + +## Additional details + +(Anything else you think might be relevant to mention) + +/label ~bug +/cc @jtc42 diff --git a/.gitlab/issue_templates/Feature request.md b/.gitlab/issue_templates/Feature request.md new file mode 100644 index 00000000..02e47af5 --- /dev/null +++ b/.gitlab/issue_templates/Feature request.md @@ -0,0 +1,20 @@ +# Feature request + +## Summary + +(Summarize the bug encountered concisely) + +## Configuration + +I'm using: + +**Camera:** (E.g. Raspberry Pi camera v2) + +**Motor controller:** (E.g. Sangaboard, or Arduino Nano) + +## Additional details + +(Anything else you think might be relevant to mention) + +/label ~feature +/cc @jtc42