Contributing to ParquetFrame¶
We welcome contributions! This page provides guidelines for contributing to ParquetFrame.
For detailed contribution guidelines, please see our CONTRIBUTING.md file in the repository root.
Quick Links¶
Getting Started¶
- Fork the repository on GitHub
- Clone your fork locally
- Install development dependencies:
pip install -e ".[dev]"
- Install pre-commit hooks:
pre-commit install
- Create a feature branch:
git checkout -b feature/your-feature
- Make your changes and add tests
- Run tests:
pytest
- Submit a pull request
Code of Conduct¶
We are committed to providing a welcoming and inclusive experience for everyone. Please be respectful and constructive in all interactions.
Questions?¶
- Open an issue on GitHub for bugs or feature requests
- Check existing issues and discussions before creating new ones
- Contact the maintainers for sensitive topics
Thank you for contributing to ParquetFrame! 🚀