Back
How do I create and/or send a pull request to another repository hosted on GitHub?
1. Navigate to the main page of the repository on github.
2. Now choose the branch that contains your commits in the "Branch" menu
3. In order to the right of the Branch menu, click New pull request.
4. Use the base branch dropdown menu to select the branch you'd like to merge your changes into, then use the compare branch drop-down menu to choose the topic branch you made your changes in.
5. Type a title and description for your pull request.
6. To create a pull request that is ready for review, click Create Pull Request. To create a draft pull request, use the drop-down and select Create Draft Pull Request, then click Draft Pull Request.
31k questions
32.8k answers
501 comments
693 users