You will be given an output that will describe the pull request. This must then be emailed to the original author to be considered for being pulled into the original repository. The original author's email is <code>[username]@teknik.io</code>
<br/>
</p>
<h3>Modify Repository Permissions</h3>
<p>
By default, all personal repositories are semi-private (downloadable, but not forkable). As the owner, you can set permissions for your repositories for different users and groups.
<br/>
<br/>
Here is a list of the different permissions you can assign users:
<br/>
<br/>
<ulclass="list-group">
<liclass="list-group-item">READERS<divclass="pull-right">Allows the user to pull from the repo</div></li>
<liclass="list-group-item">WRITERS<divclass="pull-right">Allows the user to push to the repo</div></li>
</ul>
<br/>
<br/>
In order to change a repositories permissions, you run the following command, using the <b>+/-</b> mode to add or remove permissions.