From b334d7bc9412710a1c41ac32c4e160692dad2355 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 10 Jul 2015 09:44:29 +0200 Subject: add pascal case hint --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 686b0c1a8..5a19b26d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,6 +81,7 @@ You can also send a mail to the [owncloud-devel mailing list](https://mailman.ow ``` * Place a space before and after the parameter block for if, else, for, foreach, function +* Everything should be in pascalCase except classes which should be in CamelCase ### Project Structure The project is structured in the following way: -- cgit v1.2.3