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