From f20c9808eda3aa5c14970de85c30826a895488b6 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 10 Apr 2021 15:53:38 -0600 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index db06358c3..9a75e90ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,5 +27,11 @@ If applicable, add the generated OpenCore Build to help explain your problem. - OS Patching (ie. macOS 11.2.3, Big Sur) - Model Patching (ie. MacPro5,1) +For in-depth hardware logs, we highly encourage users to send the following files: +```bash +ioreg -lw0 > ~/Desktop/IOReg.txt +ioreg -lw0 -a > ~/Desktop/IOReg.plist +``` + **Additional context** Add any other context about the problem here.