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

Add reviewers to a pull request

Request a review for a pull request using the web UI.

PreviousCreate a new pull request from a forkNextApprove a pull request

Last updated 1 year ago

Adding reviewers and requesting reviews helps ensure the quality and proper functionality of the proposed changes before merging.

Follow these steps to add a reviewer to a pull request on Procotol.Land:

  1. Navigate to the Pull Requests tab on the main page of the repository.

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

  3. Click on the pull request from the list to which you want to add a reviewer.

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

  5. On the pull request page, click on the + icon located at the right-hand side of the page.

  6. ⁠You will be prompted with a modal displaying the list of available reviewers.

Note: Only contributors and owners of the repository can be added as reviewers.

  1. Click on the address of the contributor you wish to add as a reviewer.

  2. The address of the selected contributor is check-marked within the list.

  3. Click “Submit”.

  4. The reviewers list on the pull request will update to reflect your addition.

  5. The pull request timeline on the "Overview" tab is also updated to show the request for review.

💻