summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-04-24 14:54:18 +0100
committerGitHub <noreply@github.com>2023-04-24 14:54:18 +0100
commit19141b943262fb8e792d23b44220bf7e0eaca8c7 (patch)
treed79a4bb5860dd67383eb9eef160b36891d39c292
parentBump types-jsonschema from 4.17.0.6 to 4.17.0.7 (#15476) (diff)
downloadsynapse-19141b943262fb8e792d23b44220bf7e0eaca8c7.tar.xz
Ask bug reporters to provide logs as text (#15479)
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml2
-rw-r--r--changelog.d/15479.misc1
2 files changed, 2 insertions, 1 deletions
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.