Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 964 Bytes

File metadata and controls

25 lines (17 loc) · 964 Bytes

CONTRIBUTING

Thank you for your interest in contributing to the project. Issues, bug reports, and feature requests 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.

Developer Contributions Guidance

Please make sure that all contributions compile and do not produce any errors. These commands match CI:

cargo fmt --check
cargo clippy --locked --all-targets -- -D warnings
cargo test --locked
cargo check --locked --all-features --all-targets
cargo clippy --locked --all-features --all-targets -- -D warnings
cargo test --locked --all-features --lib --test derive
cargo test --locked --all-features --doc
cargo doc --locked --all-features --no-deps

Workflow

Please make sure that you either create an issue or a PR draft first to give everyone an opportunity to discuss the best approach for your contribution.