50 lines
947 B
Markdown
50 lines
947 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or feature flaw
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
|
|
Welcome! Thanks for reporting bugs!
|
|
|
|
Do you want to ask a question? Are you looking for support?
|
|
Please ask us on
|
|
- Discord: https://discord.com/invite/uCPdDXzbdv
|
|
- GitHub Discussion
|
|
|
|
-->
|
|
|
|
## Description
|
|
|
|
<!-- describe the bug -->
|
|
|
|
## Steps to Reproduce
|
|
|
|
1. <!-- first step -->
|
|
2. <!-- then -->
|
|
3. <!-- and so on -->
|
|
|
|
### Expected Behavior
|
|
|
|
<!-- what is expected to happen? -->
|
|
|
|
### Actual Behavior
|
|
|
|
<!-- what actually happened? -->
|
|
|
|
### Reproduces How Often
|
|
|
|
<!-- is it always reproducible? -->
|
|
|
|
## Versions
|
|
|
|
<!-- you can get this information from copy and pasting the output of `cargo tree | grep sea-` from the console. Also, please include the database and OS that you are running. -->
|
|
|
|
## Additional Information
|
|
|
|
<!-- please provide a minimal reproducible example, if possible. Any other additional information that might be helpful. -->
|