Added basic issue templates

This commit is contained in:
Joel Collins 2020-05-22 10:35:21 +01:00
parent e8bcb4bc31
commit 661281b3d0
2 changed files with 53 additions and 0 deletions

View file

@ -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://<your microscope IP>: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

View file

@ -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