From fd35d857d62a35cb084e7e5f1b2c49858e4591de Mon Sep 17 00:00:00 2001 From: Cyril Dangerville Date: Tue, 10 Oct 2017 23:08:14 +0200 Subject: [PATCH] Added coding rules section --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07f862d8..92ea0dd3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,11 @@ ## Contributing -### Contribution Rules +### Coding Rules +Follow these Java coding guidelines: +* [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html), except braces must follow the Allman style instead of K & R style; +* *Effective Java, Second Edition*, by Joshua Bloch; +* [Oracle Secure Coding Guidelines for Java SE](http://www.oracle.com/technetwork/java/seccodeguide-139067.html). + +### Dependency management 1. No SNAPSHOT dependencies on "develop" and obviously "master" branches ### Releasing -- GitLab