From 32adb2fb72f4f4b1ddbd9a73b03cd67ec1c3a32d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 27 Nov 2015 19:37:28 +0100 Subject: update contributing --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd816fd53..21fc09382 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ check if: ### When reporting bugs * Enable debug mode in your **config/config.php**: - * ownCloud >=8.2: Add this attribute to config array: + * ownCloud >=8.2: Add the **debug** attribute to config array (if not already present) and set it to **true**: ```php true, ); ``` - * ownCloud < 8.2: Add **DEFINE('DEBUG', true);** this at the end of the file + * ownCloud < 8.2: Add **DEFINE('DEBUG', true);** at the end of the file ```php