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.
41 lines
450 B
41 lines
450 B
3 years ago
|
---
|
||
|
name: 🐞 Bug report
|
||
|
about: Create a bug report to help us improve this project
|
||
|
title: ''
|
||
|
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
|