Skip to content
tenaciousRas edited this page Mar 7, 2011 · 1 revision

Branching

Master is considered stable and is tagged with stable version numbers after merges from dev-* branches. To contribute back to the project, clone the repo, make your changes and then issue a pull request.

Style Guidelines

  • use Eclipse standard Java formatter
  • use Unix line-endings
  • use UTF-8 file encoding

Clone this wiki locally