Skip to content
dej611 edited this page May 25, 2013 · 1 revision

If you want to contribute to the project, please fork the current repository and make your changes.

Please the submit all pull requests against the devel branch.
Note that your pull requests must pass the tests executed by the following command:

$ rake

Tests

If your pull request contains features, you must include relevant behavioral tests.
If your pull request contains patches, you must include relevant unit/spec tests.