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