Spaces:
Running
Running
File size: 452 Bytes
8320ccc |
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 |
---
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. ...
### Environment
- OS: [e.g. Linux / Windows / macOS]
- Python version, get it with:
```bash
python --version
```
## 📎 Additional context
<!-- Add any other context about the problem here. -->
|