Thank you for your interest in contributing to zigantic!
-
Clone the repository:
git clone https://github.com/muhammad-fiaz/zigantic.git cd zigantic -
Ensure you have Zig 0.15.0 or later installed.
-
Run tests:
zig build test
- Follow Zig's style guidelines
- Add tests for new functionality
- Update documentation as needed
- Keep commits focused and descriptive
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests:
zig build test - Submit a pull request
Be respectful and constructive in all interactions.