summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2016-06-24 12:49:14 +0200
committerGitHub <noreply@github.com>2016-06-24 12:49:14 +0200
commit5387b942c44e05b87ba2a0fd54168f5278a31344 (patch)
treee8feb9ebb7865326a614676ddbed56faca4790c4
parent3f2b3a3aaba0878d3322c28167e27132d8c4e27b (diff)
parent426a5c97cfe312f250de94ee967044a7928d5826 (diff)
downloadnextcloud-server-5387b942c44e05b87ba2a0fd54168f5278a31344.tar.gz
nextcloud-server-5387b942c44e05b87ba2a0fd54168f5278a31344.zip
Merge pull request #214 from floeschie/master
Replace occurence of "ownCloud" by "Nextcloud"
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7b30d5ff46c..952fad734ba 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.