Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 491 Bytes

File metadata and controls

31 lines (21 loc) · 491 Bytes

Contributing

Setup

git clone https://github.com/TrogonStack/rusty-monorepo.git
cd rusty-monorepo
cargo build --workspace

Before Submitting

Run the verification suite:

cargo fmt --all -- --check
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace

All must pass before merge.

Commit Messages

Use Conventional Commits:

<type>(<scope>): <subject>

Types: feat, fix, chore