From 8f777bbc0dbc0dfc6994d2c93114bfb970d95e61 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 31 Aug 2023 18:10:16 -0600 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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?