Skip to content

How to Create Pull Requests on GitHub

CoolProGamer edited this page Sep 19, 2024 · 4 revisions

How to Create Pull Requests on GitHub

We use pull requests to merge branches into dev, which also requires a code review to make sure the branch is in good working order. Make sure your branch doesn't have major issues, then follow these steps:

To make a pull request, first, press the pull request tab on the top bar of your GitHub page. Second, the green “New pull request” button shown below.

Screenshot 2024-09-19 164054

When you do this a new menu will appear where you can select the branches that you will request to merge. Once you’ve done this press the “Create pull request” button. Screenshot 2024-09-19 164547

After this is done you will write and describe the request and reason for it. Then press the “create pull request” button again.

Now finally you can request specific people to view your code review Screenshot 2024-09-19 165500

Clone this wiki locally