From 9878c8ecaf7de6e10845e2db2ea331c43738314b Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 24 Apr 2023 13:39:25 +0100 Subject: [PATCH 1/2] Ask bug reporters to provide logs as text --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index abe0f656a28b..79578eeaaaff 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. From f582d16d87a3231b4399da5168ecbdd2aea5fb97 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 24 Apr 2023 13:40:20 +0100 Subject: [PATCH 2/2] Changelog --- changelog.d/15479.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15479.misc diff --git a/changelog.d/15479.misc b/changelog.d/15479.misc new file mode 100644 index 000000000000..482addfeb7b6 --- /dev/null +++ b/changelog.d/15479.misc @@ -0,0 +1 @@ +Ask bug reporters to provide logs as text.