0Pricing
Frontend Academy · Lesson

Pull Request Workflow on GitHub

Open a pull request on GitHub, write a helpful description, respond to code review comments, and merge when approved.

What Is a Pull Request?

A Pull Request (PR) is a proposal to merge one branch into another. On GitHub, it creates a discussion thread where teammates review the code, leave comments, request changes, and ultimately approve the merge.

Creating a PR on GitHub

After pushing a feature branch to GitHub, a yellow banner appears offering to compare and create a PR. Click it, or go to Pull Requests → New pull request and select your branches.

All lessons in this course

  1. git init add commit and status
  2. Branching: branch checkout merge
  3. Remote Repos: push pull clone
  4. Pull Request Workflow on GitHub
← Back to Frontend Academy