Add issue template

This commit is contained in:
Martin Wimpress 2021-10-18 12:51:54 +01:00 committed by Martin Wimpress
parent d403df3e50
commit 15c1635a15
1 changed files with 24 additions and 0 deletions

24
.github/issue_template.md vendored Normal file
View File

@ -0,0 +1,24 @@
#### Expected behaviour
Describe the your expected behaviour.
#### Actual behaviour
Describe the actual behaviour.
#### Steps to reproduce the behaviour
Outline the step to reproduce the issue you've encountered.
#### Quickemu output
Run `quickemu` or `quickget` and paste the output here.
#### Linux Distribution & Kernel
Run the following and paste the output.
```bash
lsb_release --all
uname -a
```