From 8ebc43e7587a72e06358be4bc06c02e8494dae52 Mon Sep 17 00:00:00 2001 From: Berk Date: Sun, 12 Jul 2026 18:46:03 +0300 Subject: [PATCH] [github] Fix placeholder formatting in game compatibility template (#84) --- .github/ISSUE_TEMPLATE/game-compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/game-compatibility.yml b/.github/ISSUE_TEMPLATE/game-compatibility.yml index 12b60a4..acff536 100644 --- a/.github/ISSUE_TEMPLATE/game-compatibility.yml +++ b/.github/ISSUE_TEMPLATE/game-compatibility.yml @@ -88,7 +88,7 @@ body: attributes: label: Last Milestone / First Error description: Paste the **last useful milestone line** or the **first `WARNING`, `ERROR`, or `CRITICAL` line connected to the stop** from the log. `DEBUG`/`TRACE` lines do not count unless a real error follows them. - placeholder: e.g. CpuEngine: native-only OR [ERROR] Native backend FAILED: ... + placeholder: "e.g. CpuEngine: native-only OR [ERROR] Native backend FAILED: ..." validations: required: true