Development
Contributing
How to contribute to LazyDatabricks
We welcome contributions to LazyDatabricks! This guide will help you get started.
Ways to Contribute
- Bug Reports - Found a bug? Open an issue
- Feature Requests - Have an idea? Start a discussion
- Code - Fix bugs or add features
- Documentation - Improve docs or add examples
- Testing - Help test new releases
Code of Conduct
Be respectful and inclusive. We follow the Contributor Covenant.
Getting Started
- Fork the repository
- Clone your fork
- Set up the development environment
- Create a branch for your changes
- Make your changes
- Submit a pull request
Pull Request Guidelines
- Keep changes focused and atomic
- Write clear commit messages
- Add tests for new features
- Update documentation as needed
- Follow the existing code style
Issue Guidelines
When opening an issue:
- Search existing issues first
- Use issue templates
- Provide reproduction steps
- Include version information
Questions?
- Start a GitHub Discussion
- Check existing issues and discussions
See Development Setup for environment setup.