Skip to content

Commit

Permalink
Readme cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
khobbits committed Feb 20, 2013
1 parent 6cc71b8 commit a1779da
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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

0 comments on commit a1779da

Please sign in to comment.