Contributing
We welcome contributions to Tablr! Please see our CONTRIBUTING.md file for detailed guidelines.
Quick Start
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Submit a pull request
Development
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!