From ec0683f610fb8dd2c96d5b950bcaa21045f2cf83 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Wed, 18 Jun 2014 16:36:52 +0100 Subject: [PATCH] Java Code Conventions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58f9f36..159461d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ For those who wish to contribute, we encourage you to fork the repository and su * Do not add yourself to the developer list. * Ensure that you use the correct whitespace-style. That is: 4 spaces as indentation. * Please make sure your changes are written such as other features would be. Eg: commands have their own class and extend TFM_Command. -* __Make sure your code is written in the [Allman style](http://en.wikipedia.org/wiki/Indent_style#Allman_style).__ +* __Make sure your code is written in the [Allman style](http://en.wikipedia.org/wiki/Indent_style#Allman_style), and that it follows [Java Code Conventions](http://www.oracle.com/technetwork/java/codeconventions-150003.pdf).__ * Do not increment the version number. * If you want to add multiple changes, please make one pull request per change. This way, it's easier to accept your changes faster and won't block the other changes if there is an issue with a specific line of code. * Please make sure there are no bugs in your code.