Contributing¶
We welcome contributions to the BBC News ETL Pipeline!
How to Contribute¶
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature
) - Commit your changes with clear messages
- Push to your fork
- Open a Pull Request
Code Style¶
- Follow PEP8 guidelines
- Use black or ruff for formatting
- Write unit tests for new features or bug fixes