From 538f8ffe09cc502ab5417519e423ab7e0aeec45d Mon Sep 17 00:00:00 2001 From: Beth Probert Date: Fri, 6 Mar 2026 16:31:40 +0000 Subject: [PATCH] Update bug template to include table or configuration, more detail about how often the bug happens, confirming that the user has checked this is a new bug, and the difference in expected and current behaviour. --- .gitlab/issue_templates/Bug.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 3d928164..470a7456 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -2,20 +2,35 @@ ## Summary +- [ ] I have searched existing issues to ensure this hasn't been reported. + +**Current Behavior**: + +**Expected Behavior**: ## Configuration -* **Sever version**: v2 or v3 -* **Release/Branch**: e.g. v3.0.0-alpha1 -* **Hardware Configuration:** - * Raspberry Pi Camera v2 - * Sangaboard v0.5 +| Component | Value | +| :-------- | :------- | +| **Server Version** | v2 or v3 | +| **Release/Branch** | e.g. v3.0.0-alpha1 | +| **UI** | e.g. Chrome, Firefox, OpenFlexure Connect | +| **Operating System** | e.g. Windows 11 | +| **Python Version** | e.g. Python 3.13.12 | +| **Camera Version** | e.g. Raspberry Pi Camera v2 | +| **Board Version** | Sangaboard v0.5 | ## Steps to reproduce + + +**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