We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Pull Requests

Pull requests are a way to propose changes to a codebase. They're a great way to collaborate with your team and ensure that your code is reviewed and passes tests before it's merged into the main branch for deployment and for other developers to work on.

Assignment

Make sure that:

  • The "base repository" is your forked repo, not the original /bootdotdev/learn-cicd-starter repo.
  • The "base branch" is main, and compare is your branch.

You'll see a diff of the changes between main and your branch. If you're happy with the changes, click the green "Create pull request" button, update the title or description if you'd like, then click "Create pull request" again.

Do not merge the pull request! You'll need it open for upcoming lessons.

Paste the URL of your GitHub repo into the box and run the GitHub checks.