32 lines
517 B
Markdown
32 lines
517 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
### Describe the bug
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
### To Reproduce
|
||
|
```rust
|
||
|
// Paste example here
|
||
|
```
|
||
|
|
||
|
### Expected behavior
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
### Actual behavior
|
||
|
What actual happened?
|
||
|
|
||
|
### Environments
|
||
|
- OS:
|
||
|
- Rust version:
|
||
|
- Sonic version:
|
||
|
- Sonic-Channel version
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|