Contributing
Everyone is welcome to contribute to transformrs.
- Bugs can be reported via GitHub issues at transformrs.
- Changes to the source code or documentation can be sent via GitHub pull requests to transformrs.
- Changes to this website can be sent via GitHub pull requests to www-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.