Skip to content

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.

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork locally
  3. Install development dependencies: pip install -e ".[dev]"
  4. Install pre-commit hooks: pre-commit install
  5. Create a feature branch: git checkout -b feature/your-feature
  6. Make your changes and add tests
  7. Run tests: pytest
  8. 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! 🚀