Contributing

Everyone is welcome to contribute to transformrs.


Contributing to the Source Code

As stated above, patches can be sent via GitHub PRs to transformrs.

To develop locally, you can clone the repository and run

$ cargo test

or if you have cargo-watch installed, you can run

$ cargo watch -x test

to automatically run the tests when you make changes. This does require the right API keys to be set up. Depending on what API keys you have, you can either run only the tests that you care about, or make the changes and send the patch in with a request to run the tests in CI. The CI has access to many API keys, so feel free to ask for the test to be run there.