From 7a3aafda96fd876316077539e1065981c8600b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Fri, 24 Jun 2016 12:50:43 +0200 Subject: [PATCH] Replace occurence of "ownCloud" by "Nextcloud" * backport of #214 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf63c87659..67cd29a85b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Help us to maximize the effort we can spend fixing issues and adding new feature Thanks for wanting to contribute source code to Nextcloud. That's great! -Please read the [Developer Manuals][devmanual] to learn how to create your first application or how to test the ownCloud code with PHPUnit. +Please read the [Developer Manuals][devmanual] to learn how to create your first application or how to test the Nextcloud 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.