From 69086299e1abbf9bf5604ffd91bf755b0ca30f0f Mon Sep 17 00:00:00 2001 From: bilogic <946010+bilogic@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:49:35 +0800 Subject: [PATCH] ci(github): render backticks in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f3a7eabe..885a60d4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -55,6 +55,7 @@ body: label: Hotkey Configuration description: > Please provide your whkdrc or komorebi.ahk hotkey configuration file + render: shell - type: textarea validations: required: true @@ -62,3 +63,4 @@ body: label: Output of komorebic check description: > Please provide the output of `komorebic check` + render: shell