Skip to content

Contributing to Crest

Thank you for your interest in contributing to Crest!

Getting Started

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

See the full Contributing Guide for detailed instructions.

Development Setup

git clone https://github.com/muhammad-fiaz/crest.git
cd crest
xmake config -m debug
xmake build

Running Tests

xmake build crest_tests
xmake run crest_tests

Code Style

  • Follow existing code style
  • Use meaningful variable names
  • Add comments for complex logic
  • Write tests for new features
  • Update documentation

Questions?

  • Open an issue
  • Email: contact@muhammadfiaz.com

We appreciate your contributions! 🌊