From 4096002eb2edb0ded49026226db1ae7383e7a51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20Kentt=C3=A4?= Date: Sat, 16 Dec 2023 15:03:05 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8636654 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report if you encounter a bug +title: '' +labels: '' +assignees: '' + +--- + +**What happens?** +Describe the bug. + +**How this happens?** +Explain exactly the steps you did: +1. Download HackBGRT-(version).zip and extract all files. +2. Start setup. +3. Select ... +4. ... + +**Log file** +Run the setup again and select menu option `L` (or add parameter `show-boot-log` on command line). Attach the `setup.log` to this report.