32 lines
661 B
Markdown
32 lines
661 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug related to the framework.
|
|
title: "[addon name] - [short description]"
|
|
labels: bug
|
|
assignees: JSchmidt92
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Mission file**
|
|
The mission where the issue occured.
|
|
|
|
**Log file**
|
|
The log file generated by the game.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here. |