Thank you for your interest in contributing to the project. Issues, Bug reports or feature request can be made via GitHub issues. For detailed developer information please see the sections below.
In any case please also acknowledge our Code of Conduct
Please make sure that all contributions compile and do not produce any errors. For this please run:
cargo +nightly clippy
and
cargo +nightly fmt
to check if your contributions follow the styling and syntax recommendations.
Please make sure that you either create an Issue or a PR Draft first to give everyone an oppurtunity to discuss the best approach for your contribution