Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.69 KB

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 1.69 KB

Contributing

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.

Getting Started

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.

Nightly Rust

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.

Other Resources

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.