What is a Pull Request in GitHub?
- A request to download code
- A proposal to merge changes from one branch to another
- A request to create a new account
- 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.