From 483d23e99c3cd4e1feaac9ec7494a86795ea081b Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 3 Feb 2021 11:11:00 +0100 Subject: Use backticks over indentation --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++-- 1 file 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
Contents of nextcloud/data/nextcloud.log - Paste output here, don't forget the 4 space indentation. +```json +Paste output here +```
Contents of Browser Error Console 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 +```
-- cgit v1.2.3