# Contributing
We welcome contributions! Here's how to get started:
1. **Report Issues**: Use GitHub issues for bugs or feature requests.
2. **Submit PRs**: Fork the repo, make changes, and open a pull request.
3. **Code Style**: Follow Rust conventions. Run `cargo fmt` and `cargo clippy`.
4. **Tests**: Add tests for new features. Run `cargo test`.
5. **Commits**: Use clear, descriptive commit messages.
For questions, open an issue or discuss in PRs.