diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6b7fb505..6c29f921 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -65,14 +65,6 @@ body: placeholder: Tell us what you expected! validations: required: true - - type: markdown - attributes: - value: | - > **Note** - > - > * Logs will be automatically formatted into code, so no need for backticks. - > * The full logs need to be included in the bug report. This can be generated by re-running the workflow in debug mode** - > Screenshot 2023-08-31 at 5 51 33 PM - type: textarea id: logs attributes: @@ -86,6 +78,14 @@ body: render: shell validations: required: true + - type: markdown + attributes: + value: | + > **Warning** + > + > * Logs will be automatically formatted into code, so no need for backticks. + > * The full logs need to be included in the bug report. This can be generated by re-running the workflow in debug mode** + > Screenshot 2023-08-31 at 5 51 33 PM - type: textarea attributes: label: Anything else?