Thanks for your interest in contributing to mixed-signals.
- Bug reports and reproducible issues.
- Performance or correctness improvements with tests.
- Documentation improvements and examples.
cargo test- Keep changes focused and well‑tested.
- Follow existing module structure and naming.
- For docs, include OFPF header/footer metadata (see existing docs).
- Describe the change and rationale clearly.
- Add tests for behavior changes.
- Update
CHANGELOG.mdfor notable changes.
Open an issue with:
- Minimal reproduction.
- Expected vs actual behavior.
- Rust version and platform details.