From 15c1635a15da70401ad94d9d5944f712e24cf02b Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 18 Oct 2021 12:51:54 +0100 Subject: [PATCH] Add issue template --- .github/issue_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..44b9efd --- /dev/null +++ b/.github/issue_template.md @@ -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 +```