1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<!--
Thank you for your contribution and taking the time to report the issue!
Note: Please search to see if an issue already exists for the bug you encountered.
-->
---
name: 🐞 Bug
about: File a bug/issue
title: '[BUG] <title>'
labels: Bug, Needs Triage
assignees: ''
---
### Current Behavior:
<!-- A concise description of what you're experiencing. -->
### Expected Behavior:
<!-- A concise description of what you expected to happen. -->
### Steps To Reproduce:
<!--
Example: steps to reproduce the behavior:
1. In this environment...
1. With this config...
1. Run '...'
1. See error...
or a minimal example
-->
### Environment:
<!--
Example:
- OS: Ubuntu 20.04
- Python: 3.14.0
- xmlrunner: 4.0.0
output of `pip list`
-->
### Anything else:
<!--
Links? References? Anything that will give us more context about the issue that you are encountering!
-->
|