43 lines
744 B
Markdown
43 lines
744 B
Markdown
|
---
|
||
|
name: 🐛 Bug report
|
||
|
about: If something isn't working 🔧
|
||
|
title: ''
|
||
|
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
|
||
|
|
||
|
* OS: [e.g. Linux / Windows / macOS]
|
||
|
* Python version, get it with:
|
||
|
|
||
|
```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. -->
|