What is a Pull Request in GitHub?

  1. A request to download code
  2. A proposal to merge changes from one branch to another
  3. A request to create a new account
  4. A request to delete a repository

Explanation

A Pull Request is a feature that allows developers to notify team members about changes they've made to a branch, facilitating code review and discussion before merging changes.