Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 545 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 545 Bytes

Contributing

We're happy to have your bug fixes, corrections or other contributions.

Testing

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

Coding Standards

Please try to maintain the current style of the codebase as best you can.