23 lines
491 B
Markdown
23 lines
491 B
Markdown
|
---
|
||
|
name: Bug Report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Bug Description**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**Steps to Reproduce**
|
||
|
1. Go to ...
|
||
|
2. Click on ...
|
||
|
...
|
||
|
|
||
|
**Expected Behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Additional Context**
|
||
|
Add any other context about the problem here (screenshots, whether the bug only occurs only in certain mobile/desktop/browser environments, etc.)
|