Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

How to create Pull Request

Lomar Lilly edited this page May 28, 2016 · 5 revisions

If you want to contribute to this repo you should make a pull request. To do this, you:

1. Fork the Original Repository.

To do this, Go to https://github.com/leonarduk/unison and at the top right-hand corner of the page you should see Fork. Click it and select your personal repo. This will make a copy of the original repo in your personal repository.

Fork Orginal Repository Select your Personal Repository

2. Clone or Download the forked repo to your computer.

The forked repo is the copy of the original repository you made in your personal repository.

If you have git installed on your computer you can clone the repo from the terminal or command prompt using:

git clone https://github.com/leonarduk/unison.git

If not, go to https://github.com/leonarduk/unison, click "Clone or download" and select "Download ZIP". Extract the files after the download completes.

3. Make changes/contribution, commit and push.

This will send your changes to your copy of the original repository.

4. Select New Pull Request and Create pull request

As stated before, the copy of the original repository is now in your personal repository. Find it, select it and at the top, you should see "New Pull Request" on the next page you should see "Create pull request". You will also be able to review your changes and commits.

New Pull Request Create pull request

5. Fill out the form and click "Create pull request".*

Congratulations you have created a pull request. The changes you made will be reviewed by the master owner and accepted or rejected.