Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 708 Bytes

File metadata and controls

38 lines (26 loc) · 708 Bytes

Contributing to zigantic

Thank you for your interest in contributing to zigantic!

Development Setup

  1. Clone the repository:

    git clone https://github.com/muhammad-fiaz/zigantic.git
    cd zigantic
  2. Ensure you have Zig 0.15.0 or later installed.

  3. Run tests:

    zig build test

Guidelines

  • Follow Zig's style guidelines
  • Add tests for new functionality
  • Update documentation as needed
  • Keep commits focused and descriptive

Pull Request Process

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

Code of Conduct

Be respectful and constructive in all interactions.