summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:12:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:12:31 +0200
commitaaee988e82605cffb5b4219c078730bba6afa865 (patch)
treefbb64c98cc947481b60a695b514c11d9af1003e0 /README.md
parent25fed1d6b9418bc07d0872ad751fbc76f0e0f34a (diff)
expand contributing
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 1 insertions, 34 deletions
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