From 1457f26348656d62c31c4a71afd95ae5a033de03 Mon Sep 17 00:00:00 2001 From: Denis O Date: Mon, 3 Jul 2023 19:16:01 +0000 Subject: [PATCH] Bug report update --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d373e14ab..4a436b74f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,7 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior, code snippets and examples which can be used to reproduce the issue. -```hcl +```go // paste code snippets here ```