From 7c2a7c14ce9b05865c5e71759cd7b48b52720e45 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 19 Jul 2023 15:59:55 +0200 Subject: [PATCH] Add the full log since its hard to know what is relevant --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index dbdb59872..ec906f668 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -58,8 +58,8 @@ body: - type: textarea id: logs attributes: - label: Relevant log output - description: Please copy and paste any relevant log output (please DO NOT take a screenshot of the log output). This will be automatically formatted into code, so no need for backticks. + label: Log output + description: Please copy and paste the full log output from your test (please DO NOT take a screenshot of the log output). This will be automatically formatted into code, so no need for backticks. If the log output is large please use a [gist](https://gist.github.com)! render: shell validations: required: false \ No newline at end of file