Add instructions for creating a pull request

This commit is contained in:
Dirk Uys 2014-06-26 17:59:36 -03:00
Родитель 6df895f628
Коммит a0dd4f5476
8 изменённых файлов: 30 добавлений и 0 удалений

Просмотреть файл

@ -2,3 +2,7 @@
max-width: 100px;
max-height: 100px;
}
.container img {
max-width: 100%;
}

Двоичные данные
img/tools/github-pull-request-step-1.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 178 KiB

Двоичные данные
img/tools/github-pull-request-step-2.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 110 KiB

Двоичные данные
img/tools/github-pull-request-step-3.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 165 KiB

Двоичные данные
img/tools/github-pull-request-step-4.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 137 KiB

Двоичные данные
img/tools/github-pull-request-step-5.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 202 KiB

Двоичные данные
img/tools/github-pull-request-step-6.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 205 KiB

Просмотреть файл

@ -9,6 +9,32 @@ layout: course_page
## How to submit a pull request
To submit a pull request, go to a repository that you forked. Ex. "https://github.com/yourusername/repositoryname/"
Select the "Pull Requests" tab.
![]({{site.baseurl}}/img/tools/github-pull-request-step-1.png)
Click on "New pull request".
![]({{site.baseurl}}/img/tools/github-pull-request-step-2.png)
See if the changes shown are correct and then click "Create pull request".
![]({{site.baseurl}}/img/tools/github-pull-request-step-3.png)
Fill in a title for the pull request and click on "Create".
![]({{site.baseurl}}/img/tools/github-pull-request-step-4.png)
You are done and the pull request will look something like this:
![]({{site.baseurl}}/img/tools/github-pull-request-step-5.png)
You can click on the "Files changed" tab to see the changes that was made.
![]({{site.baseurl}}/img/tools/github-pull-request-step-6.png)
## How to upload an image
## How to create a new repository