From 642dc7f8c94b51499f21f0dbe4b5f96c98f1b8e5 Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Tue, 12 May 2026 19:28:28 +0200 Subject: [PATCH 1/2] Update toolchain.md with qemu-img PATH instruction --- docs/build/toolchain.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/build/toolchain.md b/docs/build/toolchain.md index 95941b4..adfb5c4 100644 --- a/docs/build/toolchain.md +++ b/docs/build/toolchain.md @@ -132,6 +132,8 @@ Download the Windows version of QEMU from: - https://qemu.weilnetz.de/w64/ Install QEMU normally and make sure the installation directory is added to your Windows `PATH`. +Note that if it breaks when building, you need too add `qemu-img` to your `PATH`: +`export PATH="/c/Program Files/qemu:$PATH"` You can verify the installation with: From 1ccc86ea4135a986fc26c74cacfb4c3b79729fc5 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 May 2026 20:06:50 +0200 Subject: [PATCH 2/2] doc: Add requirement for comments in PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e077795..d7e81c2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,7 @@ Notes: --- ## Documentation +- [ ] Code contains appropriate comments (REQUIRED for medium to large PR's.) - [ ] Documentation updated if needed