From 37409fb26875f811c183690e1d73dd28bcce0f4d Mon Sep 17 00:00:00 2001
From: Timothy Stone <gitlab@petmystone.com>
Date: Tue, 12 Nov 2024 15:15:05 -0500
Subject: [PATCH] docs: escape the code fence parenthetical

Double backticks bookends to escape the use of the sample in the bug report instructions.

Fixes #52
---
 .gitlab/issue_templates/bug_report.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/issue_templates/bug_report.md b/.gitlab/issue_templates/bug_report.md
index d553301..5a603fa 100644
--- a/.gitlab/issue_templates/bug_report.md
+++ b/.gitlab/issue_templates/bug_report.md
@@ -15,7 +15,7 @@
 
 ## Logs and/or screenshots
 
-(Join any relevant logs and/or screenshot. Please use code blocks (```) to format console output, logs, and code.)
+(Join any relevant logs and/or screenshot. Please use code blocks (`` ``` ``) to format console output, logs, and code.)
 
 
 ## Context & Configuration
-- 
GitLab