In the GitHub world, a Pull Request (PR) is a request that's made by a developer so that the maintainers of a project can include some new developments. Such a PR may contain a bug fix or a new feature. These requests are reviewed and tested before being pulled into the main branch.
This recipe explains how to apply a PR to your Odoo project in order to test an improvement or a bug fix.