2022-12-23 13:40:01 +00:00
|
|
|
---
|
|
|
|
name: 🐛 Bug report
|
|
|
|
about: If something isn't working 🔧
|
2023-01-10 12:50:43 +00:00
|
|
|
title: ""
|
2022-12-23 13:40:01 +00:00
|
|
|
labels: bug
|
|
|
|
assignees:
|
|
|
|
---
|
|
|
|
|
|
|
|
## 🐛 Bug Report
|
|
|
|
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
|
|
|
|
## 🔬 How To Reproduce
|
|
|
|
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
|
|
|
|
1. ...
|
|
|
|
|
|
|
|
### Code sample
|
|
|
|
|
|
|
|
<!-- If applicable, attach a minimal code sample to reproduce the decried issue. -->
|
|
|
|
|
|
|
|
### Environment
|
|
|
|
|
2023-01-10 12:50:43 +00:00
|
|
|
- OS: [e.g. Linux / Windows / macOS]
|
|
|
|
- Python version, get it with:
|
2022-12-23 13:40:01 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
python --version
|
|
|
|
```
|
|
|
|
|
|
|
|
### Screenshots
|
|
|
|
|
|
|
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
|
|
|
|
|
|
|
## 📈 Expected behavior
|
|
|
|
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
|
|
|
|
## 📎 Additional context
|
|
|
|
|
|
|
|
<!-- Add any other context about the problem here. -->
|