diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml index 1d8ea9513..d1f23b9d0 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml @@ -19,6 +19,17 @@ body: description: A clear and concise description of the problem validations: required: true + - type: textarea + id: json + attributes: + label: JSON OpenApi + 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`) + - ``` + render: markdown - type: textarea id: additional-context attributes: