Anyone may propose changes, fixes, and new features through pull requests in this repository. The following guidelines are intended to keep this process simple and effective.
You can execute the unit tests with busted: just run busted .
in the root directory. Your pull request will also run these tests automatically. Contributions to the unit tests are welcome.
Create a pull request with a clear explanation of what you've done. Please squash your commits into as few logical pieces as possible.
This repository generally follows the Chris Beams standards for commit messages.
Thank you for being a contributor.