You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
456 B
40 lines
456 B
---
|
|
name: 🐞 Bug report
|
|
about: Create a bug report to help us improve this project
|
|
title: '[Bug] '
|
|
labels: 'bug'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Basic info
|
|
|
|
* **Library Version:**
|
|
* **Branch/commit:**
|
|
* **OS:**
|
|
* **Rust Version:**
|
|
* **Other:**
|
|
|
|
## Expected Behavior
|
|
|
|
The library does X
|
|
|
|
## Actual Behavior
|
|
|
|
The library does Y
|
|
|
|
## Steps to Reproduce
|
|
|
|
* Do X
|
|
* Do Y
|
|
* Do Z
|
|
|
|
## Log tracebacks and/or errors shown
|
|
|
|
```txt
|
|
Log here
|
|
```
|
|
|
|
## (Optional) Extra info
|
|
|
|
None
|
|
|