When contributing to this repository, please check issues or PRs first to make sure if your change as already been discussed. If you do a bug fix please make sure to mention the issue you are fixing, if it is a new bug make an issue first before the PR. As well if it is a new feature it would be best to create a new issue and we can discuss it before starting on it.
- This repo will run a
cargo check
,cargo build
, as well ascargo test
when it is made. Please make sure to run these commands and you see no errors, warnings, or failed tests before making your PR to speed up this process. - When making the PR please make sure to mention the issue # or create an issue first then link it when making the PR.