Skip to content

Contributor guidelines

mkalam-alami edited this page Oct 9, 2012 · 2 revisions

See also Coding conventions and licensing on the main EasySOA repository.

There is no strict guidelines to follow, but here are a few advices:

Coding style

  • 4 spaces for indenting Java sources, lines longer than 80 chars are okay ; otherwise, the default Eclipse formatting (use Ctrl+Shift+F to apply it all over a file) is usually fine.
  • Uniform line endings with git config --global core.autocrlf input (source)

Repository

  • A private CI project is active at Open Wide, so the tests should pass at all times on the master branch.