summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:44:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:44:29 +0200
commitb334d7bc9412710a1c41ac32c4e160692dad2355 (patch)
tree5585e482e18c331d2a68bf0352b8e9ce5a475d6c /CONTRIBUTING.md
parent8a17addaf14f05dee21aa3337f4625efc8e240f1 (diff)
add pascal case hint
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
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: