From 19141b943262fb8e792d23b44220bf7e0eaca8c7 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 24 Apr 2023 14:54:18 +0100 Subject: [PATCH] Ask bug reporters to provide logs as text (#15479) --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- changelog.d/15479.misc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/15479.misc diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index abe0f656a2..79578eeaaa 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -129,7 +129,7 @@ body: attributes: label: Relevant log output description: | - Please copy and paste any relevant log output, ideally at INFO or DEBUG log level. + Please copy and paste any relevant log output as text (not images), ideally at INFO or DEBUG log level. This will be automatically formatted into code, so there is no need for backticks (`\``). Please be careful to remove any personal or private data. diff --git a/changelog.d/15479.misc b/changelog.d/15479.misc new file mode 100644 index 0000000000..482addfeb7 --- /dev/null +++ b/changelog.d/15479.misc @@ -0,0 +1 @@ +Ask bug reporters to provide logs as text.