32 lines
537 B
Markdown
32 lines
537 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
## Bug description
|
||
|
|
||
|
<!-- A clear and concise description of what the bug is. -->
|
||
|
|
||
|
## To Reproduce
|
||
|
|
||
|
<!-- Steps to reproduce the behavior. -->
|
||
|
|
||
|
## Expected behavior
|
||
|
|
||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||
|
|
||
|
## Environment
|
||
|
|
||
|
<!-- Please fill the following information. -->
|
||
|
|
||
|
- OS: [e.g. Windows]
|
||
|
- Rust version [e.g. 1.51.0]
|
||
|
|
||
|
## Additional context
|
||
|
|
||
|
<!-- Add any other context about the problem here. -->
|