summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-27 19:34:06 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-27 19:34:06 +0100
commit0454ad21d3d9dfa6d67386cf37189c67b0b96b78 (patch)
treee7b27fee3f00601401b96aaacfddf6619b36b47a /CONTRIBUTING.md
parente96e7638725bc5af14e8e2a3f7c467b0e2b930fd (diff)
update contributing
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d92ab82dc..47d2d1726 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -40,8 +40,13 @@ check if:
);
```
* ownCloud < 8.2: Add this at the end of the file
-
- DEFINE('DEBUG', true);
+ ```php
+ <?php
+ $CONFIG = array(
+ // options
+ );
+ DEFINE('DEBUG', true);
+ ```
* Turn on debug level debug by adding **"loglevel" => 0,** to your **config/config.php** and reproduce the problem
* check **data/owncloud.log**