37 lines
727 B
Markdown
37 lines
727 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or issue with the software.
|
|
title: '[BUG]'
|
|
labels: 'bug'
|
|
assignees: ''
|
|
---
|
|
|
|
## Bug Report
|
|
|
|
**Description of the Bug**
|
|
A clear and concise description of the bug.
|
|
|
|
**Steps to Reproduce**
|
|
|
|
1. Step 1
|
|
2. Step 2
|
|
3. ...
|
|
|
|
**Expected Behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Actual Behavior**
|
|
A clear and concise description of what actually happens.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Tried Solutions**
|
|
Have you tried anything to solve the problem? If yes, what?
|
|
|
|
**Additional Context**
|
|
Add any other context about the problem here.
|
|
|
|
**Additional Information**
|
|
Add any other information you think is relevant.
|