From f1ad1773f071f0121077ab92a8d50086f15da642 Mon Sep 17 00:00:00 2001 From: Djordy Koert Date: Wed, 17 Jul 2024 10:17:51 +0200 Subject: [PATCH] docs: fix 1_Bug_report.yaml --- .github/ISSUE_TEMPLATE/1_Bug_report.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml index d1f23b9d0..92acfe7ba 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml @@ -26,9 +26,12 @@ body: description: Your generated JSON OpenApi documentation (`bin/console nelmio:apidoc:dump`) validations: required: true - value: ```json - - Add your JSON here (`bin/console nelmio:apidoc:dump`) - - ``` + value: | + ```json + + Replace this text with your JSON (`bin/console nelmio:apidoc:dump`) + + ``` render: markdown - type: textarea id: additional-context