From 7d256b941a1ffb4dea0a5f3b7a3a34b6fe962e4c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 31 Aug 2023 18:08:46 -0600 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index b9d23b74..6b7fb505 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -65,13 +65,22 @@ 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: label: Relevant log output - description: Please copy and paste any relevant log output which is obtained after enabling debug logging. This will be automatically formatted into code, so no need for backticks. + description: Please copy and paste any relevant log output that is obtained after enabling debug logging. placeholder: | - 1. Re-running the workflow with debug logging enabled. + Steps to generate logs + 1. Rerun the workflow with debug logging enabled. 2. Copy or download the log archive. 3. Paste the contents here or upload the file in a subsequent comment. render: shell