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

Reopen an issue

Reopen an issue using the web UI.

PreviousClose an issueNextCreate a new bounty

Last updated 1 year ago

Reopening an issue is useful when a previously resolved problem reemerges, further discussion is needed, or additional work is required.

Follow these steps to reopen an issue on Protocol.Land:

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

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

  3. Select the Closed tab to view the list of closed issues located above the list of issues.

  4. Click on the issue you wish to reopen from the list.

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

  6. Click โ€œReopenโ€ located at the bottom of the issue timeline on the main page of the issue.

  7. The status of the issue is set to open and it is moved back to the list of open issues.

  8. The issue timeline on the "Overview" tab is updated with the latest status update.

๐Ÿ“„