1 2 3 4 5 6 7 8 9 10
# Contributing ## GIT branches No merge pull requests. Instead, rebase on `main`. ## File formatting - Use `cargo fmt` for Rust source. - Leave one empty line at the end of Rust, Markdown, Toml, Yaml and any other source/config files.