The Challenge:

Add a collaborator to your project.

Social Coding

Working with others is one of the best things about GitHub because it makes it easy to work from all over the world at any time.

Collaborators are other GitHub users who are given permission to make edits to a repository owned by someone else. To add collaborators to a project, visit the repository's GitHub page and click the 'Settings' icon on the right side menu. Then select the 'Collaborators' tab. Type in the username to add and click 'Add'.

Step: Hello, Repo Robot!

Go to your forked Patchwork repository's page on GitHub and add 'reporobot' as a collaborator. The URL should look like this, but with your username.

github.com/YOURUSERNAME/patchwork/settings/collaboration

Verify with

git-it verify

Go to the next challenge

git-it