Thank you for your interest in the Bevy CLI! Make sure to join the Bevy Discord and check out the working group channel for the latest information on the CLI and linter.
Feel free to pick an issue from the issue tracker, fork the repository, and submit a PR for it! You can also help out by participating in conversation (both on Github and Discord) and reviewing others' pull requests.
bevy_lint
uses a specific nightly toolchain, described in rust-toolchain.toml
. If you have Rustup installed, this toolchain should be automatically installed once you run rustc
or cargo
within the workspace.
Warning
Some components may still be missing due to a rustup
bug. If you get can't find crate
errors when trying to build, ensure that you have the rustc-dev
component installed for the toolchain specified in rust-toolchain.toml
.
Please familiarize yourself with Bevy's Code of Conduct, which applies to this project as well. Additionally, take a look at Bevy's Contributing Guide, as many of the engine's procedures transfer to the CLI.