]> source.dussan.org Git - nextcloud-server.git/commitdiff
Unit tests are a must have for any changed code
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 21 Jan 2015 10:15:32 +0000 (11:15 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 21 Jan 2015 10:15:32 +0000 (11:15 +0100)
CONTRIBUTING.md

index a0ebd7c2fc9f2551da36e5968ed25c0e2117639d..fcf2319f6994ff972e9b0267b62294abc035b972 100644 (file)
@@ -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