Skip to content

Contributing

We welcome contributions to Tablr! Please see our CONTRIBUTING.md file for detailed guidelines.

Quick Start

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

Development

git clone https://github.com/muhammad-fiaz/tablr.git
cd tablr
xmake build
xmake run tests

Code Style

  • Follow C11/C++17 standards
  • Add docstrings to all functions
  • Keep code modular and well-documented
  • Ensure no compiler warnings

Thank you for contributing!