Merge branch 'steps-to-reproduce' into 'v3'

Make steps to reproduce more visible in bug template

See merge request openflexure/openflexure-microscope-server!636
This commit is contained in:
Julian Stirling 2026-06-30 21:16:27 +00:00
commit 6ae8f8d970
2 changed files with 21 additions and 18 deletions

View file

@ -1,5 +1,3 @@
# Bug report
## Summary ## Summary
- [ ] I have searched existing issues to ensure this hasn't been reported. - [ ] I have searched existing issues to ensure this hasn't been reported.
@ -18,7 +16,7 @@ In 12 sentences, describe:
**Current Behaviour**: **Current Behaviour**:
<!-- Summarise what happened instead --> <!-- Summarise what happened instead -->
### Suggested fix (optional) **Suggested fix (optional)**:
<!-- <!--
If you have ideas for how this could be resolved, describe them here. If you have ideas for how this could be resolved, describe them here.
Examples: Examples:
@ -29,6 +27,22 @@ Examples:
- suspected root cause - suspected root cause
--> -->
## Steps to reproduce
<!--How to reproduce the issue - this is very important-->
<!--Be very clear about what condition triggers the bug. This is especially important for intermittent bugs.-->
To reproduce this bug:
* Step 1
* Step 2
* ...
## Reproducibility
- [ ] **Consistent:** Happens every time.
- [ ] **Intermittent:** Happens roughly [X]% of the time or every [X] scans/clicks.
- [ ] **One-off:** Only happened once so far.
## Configuration ## Configuration
<!-- Adjust as appropriate. --> <!-- Adjust as appropriate. -->
@ -36,22 +50,13 @@ Examples:
| :-------- | :------- | | :-------- | :------- |
| **Server Version** | v2 or v3 | | **Server Version** | v2 or v3 |
| **Release/Branch** | e.g. v3.0.0-alpha1 | | **Release/Branch** | e.g. v3.0.0-alpha1 |
| **UI** | e.g. Chrome, Firefox, OpenFlexure Connect | | **UI/Client** | e.g. Chrome, Firefox, OpenFlexure Connect |
| **Operating System** | e.g. Windows 11 | | **Server Operating System** | e.g. OpenFlexure Raspbian |
| **Python Version** | e.g. Python 3.13.12 | | **Server Python Version (if known)** | e.g. Python 3.13.5 |
| **Operating System for UI/Client** | e.g. Windows 11 |
| **Camera Version** | e.g. Raspberry Pi Camera v2 | | **Camera Version** | e.g. Raspberry Pi Camera v2 |
| **Board Version** | Sangaboard v0.5 | | **Board Version** | Sangaboard v0.5 |
## Steps to reproduce
<!--How to reproduce the issue - this is very important-->
<!--Be very clear about what condition triggers the bug. This is especially important for intermittent bugs.-->
**Reproducibility:**
- [ ] **Consistent:** Happens every time.
- [ ] **Intermittent:** Happens roughly [X]% of the time or every [X] scans/clicks.
- [ ] **One-off:** Only happened once so far.
## Relevant logs and/or screenshots ## Relevant logs and/or screenshots
<!-- To access your microscope log, either: <!-- To access your microscope log, either:

View file

@ -1,5 +1,3 @@
# Feature request
## Summary ## Summary
<!-- Summarise the feature concisely --> <!-- Summarise the feature concisely -->