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
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests
- Submit a pull request