# How to contribute
- File an issue
- Fork the repo
- Make your changes on a branch in your repo
- Make sure the project builds without any compiler warnings by running these commands
- `cargo build --examples`
- Make sure all tests pass:
- `cargo test`
- Submit a pull request
By submitting code you agree to the terms of the Apache 2.0 licence for the submitted code.