Thanks for your interest in contributing to capx!
- Fork the repository
- Clone your fork:
git clone https://github.com/<your-username>/capx.git - Create a branch:
git checkout -b my-feature - Make your changes
- Run checks:
cargo fmt --check && cargo clippy -- -D warnings && cargo build - Commit and push
- Open a Pull Request
- Rust 1.70+
- A Capacities.io API token (for integration testing)
cargo buildcargo fmt --check
cargo clippy -- -D warnings- Run
cargo fmtbefore committing - Ensure
cargo clippy -- -D warningspasses - Keep PRs focused on a single change
- Add tests for new functionality where applicable
- Use GitHub Issues
- Include your OS, Rust version, and steps to reproduce
By contributing, you agree that your contributions will be licensed under the MIT License.