Merge branch 'update-issue-templates' into 'v3'
Update issue templates See merge request openflexure/openflexure-microscope-server!295
This commit is contained in:
commit
b01032be99
2 changed files with 25 additions and 21 deletions
|
|
@ -2,31 +2,35 @@
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
(Summarize the bug encountered concisely)
|
<!-- Summarise the bug encountered concisely -->
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
<!-- Adjust as appropriate. -->
|
||||||
|
|
||||||
I'm using:
|
* **Sever version**: v2 or v3
|
||||||
|
* **Release/Branch**: e.g. v3.0.0-alpha1
|
||||||
**Camera:** (E.g. Raspberry Pi camera v2)
|
* **Hardware Configuration:**
|
||||||
|
* Raspberry Pi Camera v2
|
||||||
**Motor controller:** (E.g. Sangaboard, or Arduino Nano)
|
* Sangabouard v0.5
|
||||||
|
|
||||||
## Steps to reproduce
|
## Steps to reproduce
|
||||||
|
|
||||||
(How one can reproduce the issue - this is very important)
|
<!--How to reproduce the issue - this is very important-->
|
||||||
|
|
||||||
## Relevant logs and/or screenshots
|
## Relevant logs and/or screenshots
|
||||||
|
|
||||||
To access your microscope log, either:
|
<!-- To access your microscope log, either:
|
||||||
|
|
||||||
|
* In the webapp, open the "Logging" tab, and click "Download log file" in the top right corner
|
||||||
|
|
||||||
* Run `ofm log` on your microscope, and copy/paste the output here
|
* Run `ofm log` on your microscope, and copy/paste the output here
|
||||||
|
|
||||||
* Go to `http://<your microscope IP>:5000/logfile`, download the log file, and attach it here using the "Attach a File" button below
|
* Go to `http://<your microscope IP>:5000/logfile`, download the log file, and attach it here using the "Attach a File" button below
|
||||||
* In most setups, `http://microscope.local:5000/logfile` should work
|
* In most setups, `http://microscope.local:5000/logfile` should work-->
|
||||||
|
|
||||||
|
|
||||||
## Additional details
|
## Additional details
|
||||||
|
|
||||||
(Anything else you think might be relevant to mention)
|
<!--Anything else you think might be relevant to mention-->
|
||||||
|
|
||||||
/label ~bug
|
/label ~bug <!-- ~"Severity::Medium" ~"sever version::v3" -->
|
||||||
|
|
|
||||||
|
|
@ -2,18 +2,18 @@
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
(Summarize the bug encountered concisely)
|
<!-- Summarise the feature concisely -->
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
I'm using:
|
|
||||||
|
|
||||||
**Camera:** (E.g. Raspberry Pi camera v2)
|
|
||||||
|
|
||||||
**Motor controller:** (E.g. Sangaboard, or Arduino Nano)
|
|
||||||
|
|
||||||
## Additional details
|
## Additional details
|
||||||
|
|
||||||
(Anything else you think might be relevant to mention)
|
<!--Anything else you think might be relevant to mention, such as who would benefit from the change,
|
||||||
|
|
||||||
/label ~feature
|
This could include sections such as:
|
||||||
|
|
||||||
|
## Implementation strategy
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
/label ~feature <!-- ~"Severity::Medium" ~"sever version::v3" -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue