GitHub

FAQ About GitHub

How do I create a pull request on GitHub? GitHub
one year ago | gizem

How do I create a pull request on GitHub?

To create a pull request on GitHub, follow these steps:

  1. Make sure you have forked the repository you want to contribute to and have made changes to the code in your forked repository.
  2. Go to your forked repository on GitHub.
  3. Click on the "Pull requests" tab.
  4. Click on the green "New pull request" button.
  5. Choose the base branch and compare branch for the pull request. The base branch is the branch in the original repository you want to merge your changes into, and the compare branch is the branch in your forked repository that contains your changes.
  6. Review the changes you have made in the "Changes" tab. You can also add a description of the changes you have made in the "Description" tab.
  7. Click on the "Create pull request" button.