35 lines
667 B
Markdown
35 lines
667 B
Markdown
|
---
|
||
|
|
||
|
name: "Bug Report"
|
||
|
about: "Something isn't working right"
|
||
|
title: "Short summary of bug"
|
||
|
labels:
|
||
|
- bug
|
||
|
- "help wanted"
|
||
|
|
||
|
---
|
||
|
|
||
|
## Bug summary
|
||
|
|
||
|
<!Put a short summary of what the bug is here>
|
||
|
|
||
|
## Intended Behaviour
|
||
|
|
||
|
<!What do you expect the program to do?>
|
||
|
|
||
|
## Observed Behaviour
|
||
|
|
||
|
<!What did the program actually do?>
|
||
|
|
||
|
## How to reproduce
|
||
|
|
||
|
<!How did you get the program to do what it did? Can it be reproduced easily? If any files were used to reproduce the issue, please provide them.>
|
||
|
|
||
|
## System Details
|
||
|
|
||
|
**OS/Version**:
|
||
|
**Program Version**:
|
||
|
**Compiled/Release**:
|
||
|
|
||
|
<!Thank you for taking the time to make this bug report, it will really help squash those bugs!>
|