summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 2a298de90..6b956331e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -38,12 +38,16 @@ Explain what you did to encounter the issue
<details>
<summary>Contents of <em>nextcloud/data/nextcloud.log</em></summary>
- Paste output here, don't forget the 4 space indentation.
+```json
+Paste output here
+```
</details>
<details>
<summary>Contents of <em>Browser Error Console</em></summary>
Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here
- Paste output here, don't forget the 4 space indentation.
+```
+Paste output here
+```
</details>