diff options
author | Joas Schilling <coding@schilljs.com> | 2017-02-10 10:30:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 10:30:01 +0100 |
commit | dd5cded8982a0b0b478ea54c5e67f9791b912261 (patch) | |
tree | e6f08f5aa1936d7738bc200d0b02af5dd62862c0 | |
parent | 397feb9e8ddefcb04ac201bc64fa04ac9b41c7ca (diff) | |
parent | 08ced5bc7c2daa865f884038c41523810aaa5340 (diff) | |
download | nextcloud-server-dd5cded8982a0b0b478ea54c5e67f9791b912261.tar.gz nextcloud-server-dd5cded8982a0b0b478ea54c5e67f9791b912261.zip |
Merge pull request #3429 from nextcloud/oparoz-issuetemplate
Fix issue template log formatting
-rw-r--r-- | issue_template.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md index 70eca36c9b6..6714371a4eb 100644 --- a/issue_template.md +++ b/issue_template.md @@ -104,6 +104,7 @@ Eventually replace sensitive data as the name/IP-address of your LDAP server or #### Web server error log <details> <summary>Web server error log</summary> + ``` Insert your webserver log here ``` @@ -112,6 +113,7 @@ Insert your webserver log here #### Nextcloud log (data/nextcloud.log) <details> <summary>Nextcloud log</summary> + ``` Insert your Nextcloud log here ``` @@ -120,6 +122,7 @@ Insert your Nextcloud log here #### Browser log <details> <summary>Browser log</summary> + ``` Insert your browser log here, this could for example include: |