Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-01-21 13:15:32 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-01-21 13:15:32 +0300
commitb533aad21697de29e8d69d7bb99b0309f2114d07 (patch)
treef56f9950c1f9f5ca721ce803b393c7676f8ce057 /CONTRIBUTING.md
parentb8ab21d3ad7bc65fd4a1c915cea7f0954f5a4548 (diff)
Unit tests are a must have for any changed code
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a0ebd7c2fc9..fcf2319f699 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,6 +44,10 @@ Before we're able to merge your code into the ownCloud core, you need to sign ou
Please read the [Developer Manuals][devmanual] to learn how to create your first application or how to test the ownCloud code with PHPUnit.
+In order to constantly increase the quality of our software we can no longer accept pull request which submit un-tested code.
+It is a must have that changed and added code segments are unit tested.
+In some areas unit testing is hard (aka almost impossible) as of today - in these areas refactoring WHILE fixing a bug is encouraged to enable unit testing.
+
[agreement]: http://owncloud.org/about/contributor-agreement/
[devmanual]: http://owncloud.org/dev