Create a new pull request from a fork
Create a new pull request from a forked repository using the web UI.
Last updated
Create a new pull request from a forked repository using the web UI.
Last updated
Creating a pull request from a fork allows you to propose changes from your forked repository to the parent repository.
Follow these steps to create a pull request from a forked repository on Procotol.Land:
Navigate to the main page of the forked repository and select the Pull Requests tab.
Click “New pull request”.
You will be directed to the pull request creation page.
Select the base branch (the one changes are being pulled into) of the parent and the head branch (the one with changes to merge) from your forked copy.
At the bottom of the pull request page you can see the incoming commits from the branch compared with the based branch.
Type in the title for the pull request.
Type in the description summarizing the changes for the pull request. Include any pertinent information that will assist in reviewing the changes.
Click “Create Pull request”.
You are redirected to the pull request page where you can see the relevant details.