- fork this project on github
- For setting up the environment to run the self tests, look at
.github/workflows/rust.yml
. - Write a test that fails unless your patch is present.
- There are fixture-based tests run by
cat.sh
. - There are unit-level tests run by
cargo test
.
- There are fixture-based tests run by
- Write the patch to fix the test.
- Add yourself to the
authors
line in theCargo.toml
file. - Initiate a pull request