Merge a pull request

Merge a pull request using the web UI.

Merging is the final step in collaborating on a pull request, signifying that the proposed changes are accepted. On merging, the changes from the head (proposed) branch are merged into the base branch/ main codebase.

Follow these steps to merge a pull request on Protocol.Land:

  1. By default, the list of open pull requests are displayed.

  2. Click on the pull request you wish to merge from the list.

  3. You will be redirected to the main page of the pull request.

  4. The changes from the compared head branch are then applied to the base branch.

  5. The status of the pull request is set to “merged” and it is moved to the list of closed pull requests.

  6. The pull request timeline on the "Overview" tab is updated with the details of the merge.

Last updated