Table of Contents

Key takeaway

A pull request is when you are requesting for someone in your org, possibly a senior engineer, to look at your code, review it, and pull the changes in.

What is a Pull Request?

A pull request is a process in software development where a developer proposes changes to a codebase, typically in a collaborative version control system. It allows developers to review, discuss, and approve code changes before they are merged into the main branch.

How are Pull Requests Processed?

When we create a pull request, we will be prompted to check the base and main branches to see how the flow works. Make sure that your branch is being listed and that you are submitting the PR against the main branch. You will first see the yellow bar with the "Compare & Pull Request" green button. Click on the green button.

Once all of that has been filled properly, the green "Create pull request" button will be enabled so you can submit the PR. You can also create a draft PR if you are working on something and aren't ready to submit, but your teammates can review it.

Once you click the "Create pull request" button, you will be moved to a screen that looks like the one below. You can see this is where all the info is. The PR is open, the repo you want to merge into main, commits, file changes, and checks.

Once the pull request has been reviewed and tested. It can be merged into the main branch.

You might also like
No items found.