# Contributing
_Phase 1 stub — the full contributing guide is scheduled for Phase 7._
For now:
* Issues and pull requests are welcome at
[github.com/swnesbitt/rustmatrix](https://github.com/swnesbitt/rustmatrix).
* The development install is in [](install) under "Development install".
* Tests run with `pytest tests/`; CI matrix covers Python 3.10–3.13 on Ubuntu.
* Rust kernels: `cargo fmt --all`, `cargo clippy --all-targets -- -D warnings`, `cargo test --lib --release`.