mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-20 12:24:59 +01:00
Ask bug reporters to provide logs as text (#15479)
This commit is contained in:
parent
625ebbf92d
commit
19141b9432
2 changed files with 2 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
@ -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
changelog.d/15479.misc
Normal file
1
changelog.d/15479.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Ask bug reporters to provide logs as text.
|
Loading…
Reference in a new issue