⇦ Back to: Push | ⇧ Overview | ⇨ Next: Review Pull Request

Create a Pull Request (PR)

<aside> 📚 A Pull Request (PR) says “I want to merge these changes into our project. What do you think?”

</aside>

The process of making a PR is: - Push your commit(s) to a GitHub repository. - Create a new pull request for that branch on the GitHub Pull Requests page.

Make a Draft Pull Request

Check everything

At this stage, you can check that everything is in place.

If you realise you need to do more work on the code, then make some more commits on the same branch and push them using GitHub Desktop or git push. The PR will update automatically.

Mark the Pull Request as “Ready for review”

When you click “ready for review” at the bottom of the pull request conversation, the reviewers will be informed that you’ve requested their review.

https://user-images.githubusercontent.com/2803227/194414124-86af1cd6-7ef3-469d-a73b-7756e167c19a.png