Browse Source

Ask bug reporters to provide logs as text (#15479)

David Robertson 1 year ago
parent
commit
19141b9432
2 changed files with 2 additions and 1 deletions
  1. 1 1
      .github/ISSUE_TEMPLATE/BUG_REPORT.yml
  2. 1 0
      changelog.d/15479.misc

+ 1 - 1
.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.

+ 1 - 0
changelog.d/15479.misc

@@ -0,0 +1 @@
+Ask bug reporters to provide logs as text.