Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.42 KB

add-collaborator.md

File metadata and controls

56 lines (32 loc) · 1.42 KB

Adding a Collaborator to your GitHub repository

Follow these steps to add a collaborator to your repository.

Go to the "Settings" for your repository

settings

Select "Manage Access"

manage access

Invite a Collaborator

invite

Enter the GitHub User name

Type in the user name of the person you want to invite as a collaborator. As you type the name, a list will be auto-populated. Once you type in enough of the name, you can click the user name in the list.

invite name

Add the Collaborator

Once you find the name of the person your want to add as the Collaborator, click "Add (username) to this repository"

add collab

Verify collaborator is pending

pending

Collaborator Accepts the Invitation

The collaborator will receive an email and can accept the invitation with a link in the email.

OR, from the collaborator account, navigate to the repository page, with invitations added to the URL. It will look like this:

https://github.com/OWNERNAME/REPONAME/invitations

From here, accept the invitation to collaborate

accept

Verify the Collaborator is Added

Go back to the "Manage Access" page and you should be able to see that the collaborator has been added.

added