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 Repositories

Add contributors to a repository

Add contributors to a repository using the web UI.

PreviousUpdate a repositoryโ€™s general informationNextTokenization

Last updated 2 months ago

Adding contributors to a repository allows for collaboration on projects giving them access to modify and push changes to your repository.

Follow these steps to add a contributor to your repository on Protocol.Land:

Note: Only a repository owner can invite contributors.

  1. Navigate to the main page of the repository and select the Settings tab.

  2. Within Settings, select the โ€œContributorsโ€ tab located on the sidebar.

  3. On the Contributors tab, type in the Arweave address of the contributor to be invited in the provided input field.

  4. Click โ€œInviteโ€.

  5. The invitation will appear in the โ€œInvited Contributorsโ€ list, marked as Invited.

  6. Until the invitation is accepted, the Owner can cancel the invitation.

  7. To accept an invitation:

    1. To a public repository, the invitee must navigate to the Contributors tab within the repository settings and click โ€œAcceptโ€ in the โ€œInvited Contributorsโ€ list. Upon accepting, their address is added to the list of contributors.

    2. To a private, the invitee must navigate to the main page of the repository where they view the invitation and click โ€œAcceptโ€.

      1. On acceptance, the status of the invite is updated to โ€œAcceptedโ€ and the owner of the repository must grant access to the invited address.

      2. The owner can grant access to the invitee by heading back to the aforementioned โ€œInvited Contributorsโ€ list. Once the owner grants access, the address is added as a contributor.

๐Ÿ—„๏ธ