Contributing
We welcome contributions! Please follow these guidelines.
How to Contribute
Fork the repository
Create your feature branch (
git checkout -b feature/AmazingFeature)Commit your changes (
git commit -m 'Add some AmazingFeature')Push to the branch (
git push origin feature/AmazingFeature)Open a Pull Request
Development Setup
git clone https://github.com/santhoshkrishnan30/dataprobe.git
cd dataprobe
pip install -e ".[dev]"
Running Tests
pytest
pytest --cov=dataprobe
Code Style
We use Black for code formatting:
black dataprobe tests
Reporting Issues
Please report issues on GitHub Issues.