From 39527d24d445739efe5889e6a61a6f4745cf7e86 Mon Sep 17 00:00:00 2001 From: ValueRaider Date: Wed, 19 Jul 2023 18:15:50 +0100 Subject: [PATCH] Fix yaml issue template rendering --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f0a4232..050ecce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -46,7 +46,7 @@ body: id: code attributes: label: "Simple code that reproduces your problem" - description: "Provide a snippet of code that we can copy-paste-run. Wrap code in Python Markdown code blocks for proper formatting (```python ... ```)." + description: "Provide a snippet of code that we can copy-paste-run. Wrap code in Python Markdown code blocks for proper formatting (```` ```python ... ``` ````)." validations: required: true