Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.38 KB

how-to-pull-request.md

File metadata and controls

36 lines (19 loc) · 1.38 KB

< Back to Overview

How to: Create a Pull Request

Step 1: Navigate to your repository and select the "Pull requests" tab

Create Pull Request: Step 1

Step 2: Click "Compare and pull request"

Create Pull Request: Step 2

Step 3: Type a title and description

Create Pull Request: Step 3

Step 4: Select the "Base" repository dropdown and choose your forked repository.

THIS IS THE MOST IMPORTANT STEP! BE SURE THE BASE REPOSITORY IS YOUR GITHUB ACCOUNT (NOT THE CODE THE DREAM SCHOOL ACCOUNT) EVERY TIME YOU MAKE A PULL REQUEST. If you accidentally make a pull request to the school repository instead of your own repository, your work from the week will not be merged/update your repository with your work.

Create Pull Request: Step 4

Step 5: Click "Create pull request"

Create Pull Request: Step 5

Step 6: You did it! 🎉

Create Pull Request: Step 6

Next Step

Copy the URL to the pull request you just created and follow this tutorial for submitting your assignment: View instructions


Created by Code the Dream