From aaee988e82605cffb5b4219c078730bba6afa865 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 10 Jul 2015 09:12:31 +0200 Subject: expand contributing --- README.md | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2fe1af049..e8eeea458 100644 --- a/README.md +++ b/README.md @@ -45,40 +45,7 @@ The minimum PHP version will be the [lowest supported version that still receive * MySql ## Bugs - -### Before reporting bugs - -* We do not support Internet Explorer and Safari (Patches accepted though, except for IE < 10) -* We do **not support the server-side encryption app** (use client side encryption instead) -* Get the newest version of the News app -* Clear your PHP opcode cache if you use any by restarting your webserver. This affects any version of PHP >=5.5 -* [Check if they have already been reported](https://github.com/owncloud/news/issues?state=open) -* [Check if your problem is covered in the FAQ section](https://github.com/owncloud/news#faq) or [Updating notices](https://github.com/owncloud/news#updating-notices) - -If you are not able to add a feed because its XML *does not validate* (see [this issue](https://github.com/owncloud/news/issues/133) for an example), -check if: - -* It is a valid RSS by running it through the [W3C validator](http://validator.w3.org/feed/) -* You are able to add the feed in other feed readers - - -### When reporting bugs - -* Enable debug mode by putting this at the bottom of **config/config.php** - - 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** - -Please provide the following details so that your problem can be fixed: - -* **data/owncloud.log** (important!) -* ownCloud version -* News version -* Browser and version -* PHP version -* Distribution +Please read the [appropriate section in the contributing notices](https://github.com/owncloud/news/blob/master/CONTRIBUTING.md#bugs) ## Installation/Update -- cgit v1.2.3