Readme cleanup.

This commit is contained in:
KHobbits 2013-02-20 01:39:04 +00:00
parent 6ae6c51dc0
commit 64ee6b7914

View file

@ -11,6 +11,22 @@ Recommended NetBeans plugins:
* Git
* PMD & FindBugs ( http://kenai.com/projects/sqe/pages/Home )
Commit Guidelines
-----------------
Commits should fall into one of 3 areas:
[Feature] Commits which are features should start with '[Feature]' and followed by a quick summary on the top line, followed by some extra details in the commit body.
[Fix] Commits which fix bugs, or minor improvements to existing features should start with '[Fix]' and followed by a quick summary on the top line, followed by some extra details in the commit body.
Commits which fix bugs caused by previous commits (since last release), or otherwise make no functionality changes, should have no prefix. These will not be added to the project change log.
Coding Guidelines
-----------------
Please follow the format guidelines that are saved in the project properties.
Windows users, please read this: http://help.github.com/line-endings/
@ -20,4 +36,4 @@ To build all jars, select the BuildAll project and build that. You'll find all j
If you create pull requests, always make them for the master branch.
The essentials bug tracker can be found at http://www.assembla.com/spaces/essentials/tickets
The essentials bug tracker can be found at http://www.assembla.com/spaces/essentials/tickets