CONTRIBUTING.md
# 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**
```bash
$ make test
$ make test-browser
```
**to run tests on Sauce Labs**
```bash
$ 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.