Skip to content

Contributing

We welcome contributions to the BBC News ETL Pipeline!

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Commit your changes with clear messages
  4. Push to your fork
  5. Open a Pull Request

Code Style

  • Follow PEP8 guidelines
  • Use black or ruff for formatting
  • Write unit tests for new features or bug fixes