Make steps to reproduce more visible in bug template

This commit is contained in:
Julian Stirling 2026-06-30 19:21:14 +01:00
parent f35ad17449
commit 3db4b8036e

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.
@ -47,6 +45,13 @@ Examples:
<!--How to reproduce the issue - this is very important--> <!--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.--> <!--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:** **Reproducibility:**
- [ ] **Consistent:** Happens every time. - [ ] **Consistent:** Happens every time.
- [ ] **Intermittent:** Happens roughly [X]% of the time or every [X] scans/clicks. - [ ] **Intermittent:** Happens roughly [X]% of the time or every [X] scans/clicks.