summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-03 11:11:00 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-03 11:49:19 +0100
commit483d23e99c3cd4e1feaac9ec7494a86795ea081b (patch)
tree576633df9da0898e562bacf959be04c992c86651
parent237f687cbc76282867b2e5bfc503e3c5188f138e (diff)
Use backticks over indentation
-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>