summaryrefslogtreecommitdiffstats
path: root/issue_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/issue_template.md b/issue_template.md
index f70dfc45596..f9bff71af97 100644
--- a/issue_template.md
+++ b/issue_template.md
@@ -29,17 +29,18 @@ Operating system:
#### Web server error log
```
Insert your webserver log here
-
```
#### ownCloud log (data/owncloud.log)
```
Insert your ownCloud log here
-
```
-#### Browser error log
+#### Browser log
```
-Insert your browser error log here
+Insert your browser log here, this could for example include:
+a) The javascript console log
+b) The network log
+c) ...
```