From 69f4fb418a5989c2766684872fc7ecfa021c64a0 Mon Sep 17 00:00:00 2001 From: Brendan Le Glaunec Date: Tue, 3 Feb 2026 12:26:34 +0100 Subject: [PATCH] fix: remove unsupported backticks from 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 b51dabf..ca5de28 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,7 +33,7 @@ body: label: Environment description: How do you run cameradar? options: - - `ullaakut/cameradar` docker image + - "`ullaakut/cameradar` docker image" - Precompiled binary from GitHub releases - Custom docker image - Custom binary build