Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 652 Bytes

File metadata and controls

38 lines (26 loc) · 652 Bytes

Contributing to asterisk-rs

Building

cargo build --workspace

Testing

cargo test --workspace

Linting

cargo clippy --workspace --all-targets -- -D warnings

Formatting

cargo fmt --all

Pull Requests

  • One logical change per PR.
  • Include tests for new behavior.
  • All CI checks must pass before merge.
  • Use conventional commits for commit messages: feat:, fix:, docs:, chore:, refactor:, test:, ci:.

Code of Conduct

This project follows the Contributor Covenant. By participating, you agree to uphold it.