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 Issues

Assign an issue

Assign an issue to a contributor using the web UI.

PreviousCreate a new issueNextComment on an issue

Last updated 1 year ago

Assigning issues to specific contributors helps ensure that tasks are tracked and handled in a streamlined manner.

Follow these steps to assign an issue to a contributor on Protocol.Land:

Note: An issue can only be assigned to contributors or the owner of the repository.

  1. Navigate to the Issues tab on the main page of the repository.

  2. By default, the list of open issues are displayed.

  3. Click on the issue you wish to assign from the list.

  4. You will be redirected to the main page of the issue.

  5. Click on the + icon at the right-hand side of the page.

  6. A modal will appear displaying a list of contributors and owners.

  7. Click the address of the assignee of choice.

  8. The selected address will be check-marked within the list.

  9. Click "Submit".

  10. The assignee list updates on successful assignment.

πŸ“„