24 lines
492 B
Markdown
24 lines
492 B
Markdown
---
|
|
name: "Bug Report"
|
|
about: Report an error or unexpected behavior in MiauInv
|
|
title: "[BUG] "
|
|
labels: ["Kind/Bug"]
|
|
---
|
|
|
|
### Description
|
|
A clear and concise description of what the bug is.
|
|
|
|
### Steps to Reproduce
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
4. See error
|
|
|
|
### Expected Behavior
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
### Logs and Error Messages
|
|
If applicable, add server logs or browser console outputs here:
|
|
```text
|
|
Insert logs here
|
|
``` |