Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 592 Bytes

File metadata and controls

26 lines (17 loc) · 592 Bytes

Contributing

Thank you for your interest! This project is part of the 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.