summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-10 19:48:04 +0200
committerBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-10 19:48:04 +0200
commit54c683c6b2ba15fffb37b34cbe319a46ee1b6b64 (patch)
treec199a7f6fd18c7bd3caa867d4a5f0601113af8da /CONTRIBUTING.md
parentfc1e804b23e66098dbf77a289e539a9ae9c999a1 (diff)
remove traces of owncloud.log
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f0cd60db9..b20ba9440 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,12 +44,12 @@ check if:
```
* Reproduce the Problem
-* Check **data/owncloud.log**
+* Check **data/nextcloud.log**
* Check your [browser's JavaScript console for errors](http://ggnome.com/wiki/Using_The_Browser_Error_Console) if it's a client-side issue
Please provide the following details so that your problem can be fixed:
-* **data/owncloud.log** (important!)
+* **data/nextcloud.log** (important!)
* Nextcloud version
* News version
* Browser and version
@@ -127,4 +127,3 @@ We usually hang out on **irc.freenode.net** in the **#nextcloud-news** and **#ne
* Place a space before and after the parameter block for if, else, for, foreach, function
* Everything should be in pascalCase except classes which should be in CamelCase
* For linting JavaScript, a [jshint file](https://github.com/nextcloud/news/blob/master/js/.jshintrc) is used that is run before compiling the JavaScript
-