Protocol.Land Docs
HomeBlogGit Repo
  • 👋Welcome to Protocol.Land
  • 🗄️Working with Repositories
    • Create a new repository
    • Fork a repository
    • Clone a repository
    • Import a repository from GitHub
    • Create a new branch
    • Update a repository’s general information
    • Add contributors to a repository
    • Tokenization
  • 📁Working with Files
    • Create a new file
    • Add file/ files
    • Edit a file
  • 💻Working with Pull Requests
    • Create a new pull request
    • Create a new pull request from a fork
    • Add reviewers to a pull request
    • Approve a pull request
    • Comment on a pull request
    • Merge a pull request
    • Close a pull request
    • Reopen a pull request
  • 📄Working with Issues
    • Create a new issue
    • Assign an issue
    • Comment on an issue
    • Close an issue
    • Reopen an issue
    • Create a new bounty
    • Close a bounty
  • 🚀Working with Deployments
    • Deploy a static page
    • Assign an ArNS name
  • working with organizations
    • Create a new organization
    • Create a new repository
    • Import a repository from GitHub
    • Add members to organization
    • See List of Organizations you are part of
    • Transfer your repo to organization
  • ℹ️Working with Profiles
    • Customize your profile details
    • Add a README for your profile
    • Explore contribution activity
Powered by GitBook
On this page
Edit on GitHub
  1. Working with Pull Requests

Create a new pull request from a fork

Create a new pull request from a forked repository using the web UI.

PreviousCreate a new pull requestNextAdd reviewers to a pull request

Last updated 1 year ago

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:

  1. Navigate to the main page of the forked repository and select the Pull Requests tab.

  2. Click “New pull request”.

  3. You will be directed to the pull request creation page.

  4. 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.

  5. At the bottom of the pull request page you can see the incoming commits from the branch compared with the based branch.

  6. ⁠Type in the title for the pull request.

  7. ⁠Type in the description summarizing the changes for the pull request. Include any pertinent information that will assist in reviewing the changes.

  8. Click “Create Pull request”.

  9. You are redirected to the pull request page where you can see the relevant details.

💻