27 lines
422 B
Markdown
27 lines
422 B
Markdown
---
|
|
name: Bug Report
|
|
about: Something is broken or behaves unexpectedly
|
|
title: "[Bug] "
|
|
labels: ["bug"]
|
|
---
|
|
|
|
## What happened
|
|
|
|
<!-- Describe the bug. What did you do, what did you expect, what happened instead? -->
|
|
|
|
## Steps to reproduce
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Environment
|
|
|
|
- Version:
|
|
- OS:
|
|
- Anything else relevant:
|
|
|
|
## Logs / Screenshots
|
|
|
|
<!-- Paste relevant log output or attach screenshots. Use ```code blocks``` for logs. -->
|