30 lines
802 B
Markdown
30 lines
802 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report bugs to help us improve Open Ticket!
|
|
title: "Your Bug Name"
|
|
---
|
|
|
|
### Bug Description:
|
|
A clear and concise description of what the bug is.
|
|
|
|
### Steps To Reproduce:
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
> Leave empty when you are unable to reproduce the bug!
|
|
|
|
### Expected Behaviour:
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
### Screenshots:
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
### Files:
|
|
Please include the `otdebug.txt` file in your report! With this file, we can take a deep-dive in to the error that happend.
|
|
> This file doesn't contain any credentials or sensitive information!
|
|
|
|
### Additional Notes:
|
|
Add any other context about the problem here. |