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 Request

Remember, the full workflow we're going for is this:

  1. Create a new branch off of main
  2. Go about your work on the feature branch making commits as you go.
  3. When you're ready to get your code into main, squash all your commits into a single commit.
  4. Push your branch to the remote repository.
  5. Open a pull request from the feature branch into main.

Make sure you set the base repo of the PR as your own (USERNAME/megacorp). GitHub by default sets it to the original repo bootdotdev/megacorp.

  1. Merge the pull request once it's approved.

Assignment

Let's tackle points 4 and 5.

With the pull request still open, submit the tests.