We're happy to have your bug fixes, corrections or other contributions.
If you're adding new functionality, please include tests. We understand not everyone is comfortable writing tests, so submit a pull request and we can help you with the tests.
to run tests locally
$ make test
$ make test-browser
to run tests on Sauce Labs
$ SAUCE_USERNAME=user SAUCE_ACCESS_KEY=key make test-ci
Please try to maintain the current style of the codebase as best you can.