Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 657 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 657 Bytes

Contributing

First of all: thanks for contributing!

Code conventions

  • Javascript:
    • Four space indents.
    • No tabs.
    • Always use brackets after a test even if there's a single line of code.
  • Java:
    • Tab indents.
    • No spaces.
    • No trailing spaces or tabs.
  • XML:
    • TODO

Commits policy

  • commits must be atomic: just one consistent change per commit
  • when possible, refer to an issue in the commit message, for example adding (see #xx) at the end of the commit message, or fixes ## to close the issue.
  • never commit environnement related changes

Submitting a pull request

  • keep pull requests as simple as possible.