Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.06 KB

File metadata and controls

37 lines (29 loc) · 1.06 KB

Contributing

Thanks for your interest in contributing to mixed-signals.

Ways to contribute

  • Bug reports and reproducible issues.
  • Performance or correctness improvements with tests.
  • Documentation improvements and examples.

Development setup

cargo test

Style

  • Keep changes focused and well‑tested.
  • Follow existing module structure and naming.
  • For docs, include OFPF header/footer metadata (see existing docs).

Pull requests

  • Describe the change and rationale clearly.
  • Add tests for behavior changes.
  • Update CHANGELOG.md for notable changes.

Reporting issues

Open an issue with:

  • Minimal reproduction.
  • Expected vs actual behavior.
  • Rust version and platform details.