From 360fcac8be5ddea0901cc3032dbed64bcedb2d1f Mon Sep 17 00:00:00 2001 From: Dev_Ranger <30966416+DevRanger@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:47:39 -0800 Subject: [PATCH] BUGFIX - broken yaml syntax in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1641c07b..ec58c014 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -78,7 +78,7 @@ body: id: build_flags attributes: label: Build flags / CMake options - description: Include any special flags used (ex: cross-compile options) + description: "Include any special flags used (ex: cross-compile options)" placeholder: | Example: -DCROSS_COMPILE_ARM=1