From 36f5714273e4b0ac47b1081730c02e0801127ecf Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 9 Nov 2022 13:37:12 -0700 Subject: [PATCH] chore: update bug issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5073ce39..b9d23b74 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -69,13 +69,14 @@ body: id: logs attributes: label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + 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. placeholder: | - This can be achieved by: 1. Re-running 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 + validations: + required: true - type: textarea attributes: label: Anything else?