31 lines
412 B
Markdown
31 lines
412 B
Markdown
---
|
|
|
|
name: "Bug report"
|
|
about: "Encountered an issue"
|
|
ref: "develop"
|
|
labels:
|
|
- Kind/Bug
|
|
|
|
---
|
|
|
|
# Bug Report
|
|
<!-- Description of problem -->
|
|
I tried to ...
|
|
|
|
But instead ...
|
|
|
|
## Steps to Reproduce
|
|
<!-- How can developers replicate & test the problem? -->
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
|
|
## Logs
|
|
<!-- Any logs that accompanied the error -->
|
|
```
|
|
|
|
```
|
|
|
|
## Screenshots
|
|
<!-- Screenshots (annotated if possible) of the problem -->
|