Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.18 KB

how-to-pull-request.md

File metadata and controls

36 lines (18 loc) · 1.18 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"

Note: The first time you create a pull request, it may say "New Pull Request" instead of "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

Be sure that you're creating a pull request to your base repository yourGitHubUsername/intro-to-programming and NOT the Code-the-Dream-School/intro-to-programming repository!

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


Created by Code the Dream