Thanks for reading this document!
- Rust (e.g. via
rustup install stable
) - Cargo (with
fmt
,clippy
andnextest
):rustup component add rustfmt
rustup component add clippy
cargo install cargo-nextest
Before you create a PR, just run check.sh
:
- This will format your code via
fmt
- Runs the linter
clippy
- Runs all tests via
nextest
If you want to contribute, but don't feel ready for the big tasks, feel free to choose from one of our good first issues
If you're lost or not know how to start, you can contact:
- @rawkode
- @icepuma
- @martintc
at the Rawkode Academy Discord in the #comtrya
channel.
We provide a pull request template to guide you through the progress.
If you want to get in touch with us, join the Rawkode Academy Discord server and jump into the #comtrya
channel.
See You Space Cowboy...