# Contributing
Thank you for your interest! This project is part of the [SuperInstance](https://github.com/SuperInstance) ecosystem.
## Quick Start
1. Fork the repository
2. Create a feature branch: `git checkout -b my-feature`
3. Make your changes
4. Run tests: `cargo test`
5. Submit a pull request
## Guidelines
- Follow `cargo fmt` and `cargo clippy`
- All new features need tests
- Public APIs need doc comments
- Squash related commits
## Code of Conduct
Be respectful, be constructive.
## License
By contributing, you agree your work is dual-licensed under MIT OR Apache-2.0.