Would you like to contribute code to Bevy? Here's how!
bevyengine/bevy
repository on GitHub, you'll need to create a GitHub account if you don't have one already.*tools/ci
script from the root of the bevy repository. Or you can run the commands manually:
cargo fmt --all
cargo clippy --all-targets --all-features -- -D warnings -A clippy::type_complexity -A clippy::manual-strip
Remember to follow Bevy's Code of Conduct, and thanks for contributing!
*The same steps apply for any other repository in the Bevy organization that you would like to contribute to.