PY-1.4-BP6-MQ70

Our Goal: Ask to Add Your Website Work

In this lesson, you will learn how to ask to add your website work to the main game. This is called making a 'Pull Request' on GitHub. You will make a new Pull Request to bring your deployment-prep branch into the main branch. You will also give your Pull Request a good name and explain what changes you made.

Get Ready to Ask

Before you ask to add your work, go to your game project on GitHub. Make sure your deployment-prep branch is there and has all your latest changes. This means you are ready to make a Pull Request.

Make Your Pull Request

Now, you will make your Pull Request on GitHub. Follow these steps:

  1. Go to your game project on GitHub.com.
  2. Look for a button or message that asks you to make a new Pull Request for your deployment-prep branch. Click it!
  3. Make sure the 'main' branch is chosen as the place where your changes will go, and your deployment-prep branch is chosen as the place where your changes come from.
  4. Give your Pull Request a clear title. This title should tell what your new work does, like 'Add web deployment files and comments'.
  5. Write a short message to explain what changes you made (like adding comments, the README.md file, and web files).
  6. Click the button to create the Pull Request.

Check Your Work Again

You've made your Pull Request! Now, let's check to make sure it's there.

Go to the 'Pull requests' tab in your GitHub project. You should see your new Pull Request listed.

What you should see:

āœ… Your Pull Request should have the title you gave it. āœ… It should be from deployment-prep to main. āœ… It should have your description.

If you see these things, you successfully made your Pull Request!

Documentation

Documentation not available for PY-1.4-BP6.