Contributing

Guidelines for contributing to Colony.

Development Setup

git clone https://github.com/yourusername/cc-colony.git
cd cc-colony
cargo build

Running Tests

cargo test

Submitting Changes

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests
  5. Submit a pull request