Contributing#
We welcome contributions! Here’s how to get started:
Development Setup#
# Clone and install in development mode git clone rmonteiro-pereira/Scraper-Lib.git cd Scraper-Lib pip install -e .[dev]
Workflow#
Fork the repository
Create a feature branch (
git checkout -b feature/your-feature
)Commit your changes (
git commit -am 'Add some feature'
)Push to the branch (
git push origin feature/your-feature
)Open a Pull Request
Guidelines#
Follow PEP 8 style guide
Include unit tests for new features
Update documentation when adding new functionality
Use descriptive commit messages