Skip to content

Commit

Permalink
Merge pull request firstcontributions#36018 from siddhanth339/master
Browse files Browse the repository at this point in the history
Use assets from assets repository firstcontributions#34612 issue solved.
  • Loading branch information
Roshanjossey authored Jan 9, 2021
2 parents f891638 + 18aaec9 commit f6892e1
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 116 deletions.
28 changes: 14 additions & 14 deletions gui-tool-tutorials/github-desktop-old-version-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[<img align="right" width="150" src="https://firstcontributions.github.io/assets/Readme/join-slack-team.png">](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM)
[<img align="right" width="150" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/join-slack-team.png">](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions)

Expand All @@ -13,7 +13,7 @@ It's hard. It's always hard the first time you do something. Especially when you

Reading articles & watching tutorials can help, but what comes better than actually doing the stuff without messing up anything. This project aims at providing guidance & simplifying the way rookies make their first contribution. Remember the more relaxed you are, the better you learn. If you are looking for making your first contribution just follow the simple steps below. We promise you, it will be fun.

<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/fork.png" alt="fork this repository" />
<img align="right" width="300" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/fork.png" alt="fork this repository" />

If you don't have GitHub Desktop on your machine, [install it](https://desktop.github.com/).

Expand All @@ -28,37 +28,37 @@ Now clone this repo to your machine.

Open the GitHub Desktop app and click on the `+` on the top left.

<img style="float: right;" src="../assets/dt-clone1.png" alt="clone this repository" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/dt-clone1.png" alt="clone this repository" />

If it is not already selected, click on `Clone`. Then choose first-contributions and then click on `Clone first-contributions`

<img style="float: right;" src="../assets/dt-clone2.png" alt="clone this repository" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/dt-clone2.png" alt="clone this repository" />

Choose the directory on your machine you would like to clone first-contributions into

<img style="float: right;" src="../assets/dt-clone3.png" alt="clone this repository" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/dt-clone3.png" alt="clone this repository" />

Now you have copied the contents of the first-contributions repository in github to your computer.

## Create a branch

Now create a branch by clicking on the branch icon at the top left:

<img style="float: right;" src="../assets/dt-branch1.png" alt="make a branch" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/dt-branch1.png" alt="make a branch" />

Name your branch add-your-name. For example, add-crawleya

Click on `Create new branch`

<img style="float: right;" src="../assets/dt-branch2.png" alt="name your branch" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/dt-branch2.png" alt="name your branch" />

## Make necessary changes and commit those changes

Now open `Contributors.md` file in a text editor and add your name to it, then save the file.

You can see that there are changes to Contributors.md and they have been added.

<img style="float: right;" src="../assets/dt-status.png" alt="check status" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/dt-status.png" alt="check status" />

Now commit those changes:

Expand All @@ -68,27 +68,27 @@ Replace `<your-name>` with your name

Click on the button that says `Commit to add-your-name`

<img style="float: right;" src="../assets/dt-commit1.png" alt="commit your changes" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/dt-commit1.png" alt="commit your changes" />

At the bottom, you can see that the commit has been created.

<img style="float: right;" src="../assets/dt-commit2.png" alt="commit your changes" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/dt-commit2.png" alt="commit your changes" />

## Push changes to github

Click the `Publish` button on the top right.

<img style="float: right;" src="../assets/dt-publish1.png" alt="push your changes" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/dt-publish1.png" alt="push your changes" />

## Submit your changes for review

If you go to your repository on github, you'll see `Compare & pull request` button. click on that button.

<img style="float: right;" src="https://firstcontributions.github.io/assets/Readme/compare-and-pull.png" alt="create a pull request" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/compare-and-pull.png" alt="create a pull request" />

Now submit the pull request.

<img style="float: right;" src="https://firstcontributions.github.io/assets/Readme/submit-pull-request.png" alt="submit pull request" />
<img style="float: right;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-old-version-tutorial/submit-pull-request.png" alt="submit pull request" />

Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

Expand All @@ -105,4 +105,4 @@ You could join our slack team in case you need any help or have any questions. [


## Tutorials Using Other Tools
[Back to main page](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools)
[Back to main page](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools)
28 changes: 14 additions & 14 deletions gui-tool-tutorials/github-desktop-tutorial-ptBR.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[<img align="right" width="150" src="https://firstcontributions.github.io/assets/Readme/join-slack-team.png">](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM)
[<img align="right" width="150" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/join-slack-team.png">](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions)

Expand All @@ -17,7 +17,7 @@ Se você nao tem o Github desktop na sua máquina, [instale aqui](https://deskto

Se você está usando uma versão do Github desktop antes da 1.0, [consulte este tutorial](github-desktop-old-version-tutorial.md).

<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/fork.png" alt="fork este repositório" />
<img align="right" width="300" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/fork.png" alt="fork este repositório" />

## Fork este repositório

Expand All @@ -32,27 +32,27 @@ IMPORTANTE: NÃO CLONE O REPOSITÓRIO ORIGINAL. Vá para o seu fork e clone.

Para clonar esse repositório, clique em "Clone or Download" e então clique em "Open in Desktop".

<img style="left;" src="../assets/dt1-clonetodesktop.png" alt="clone este repositório" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-clonetodesktop.png" alt="clone este repositório" />

Uma janela pop up vai aparecer. Clique em "Open GitHubDesktop.exe".

<img style="left;" src="../assets/dt1-open-githubdesktop.png" alt="clone este repositório" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-open-githubdesktop.png" alt="clone este repositório" />

Depois de clicar em "Open GitHubDesktop.exe" os arquivos serão baixados para o seu computador.

<img style="left;" src="../assets/dt1-downloaded.png" alt="clone este repositório" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-downloaded.png" alt="clone este repositório" />

Agora você copiou os arquivos do repositório first-contributions no github para o seu computador.

## Criando uma branch (ramo)

Agora crie uma branch clicando na aba "Current branch" que fica no topo, depois clique em "New branch":

<img style="left;" src="../assets/dt1-create-branch.png" alt="criar uma branch" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-create-branch.png" alt="criar uma branch" />

Nomeie sua branch como <add-your-name>. Por exemplo, "add-james-smith"

<img style="left;" src="../assets/dt1-create-branch-name.png" alt="nomeie sua branch" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-create-branch-name.png" alt="nomeie sua branch" />

Clique em `Create branch`

Expand All @@ -66,7 +66,7 @@ Exemplo: Se o seu nome for James Smith, Deve ficar parecido com isso.

Você pode ver as alterações feitas em Contributors.md no Github Desktop.

<img style="left;" src="../assets/dt1-status.png" alt="checar mudanças" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-status.png" alt="checar mudanças" />

Agora faça commit dessas alterações:

Expand All @@ -76,31 +76,31 @@ Substitua `<your-name>` pelo seu nome.

Clique no botãp que diz `Commit to add-your-name`.

<img style="left;" src="../assets/dt1-commit1.png" alt="commit suas alterações" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-commit1.png" alt="commit suas alterações" />

Na parte inferior, você pode ver que o commit foi criado com sucesso.

<img style="left;" src="../assets/dt1-commit2.png" alt="commit suas alterações" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-commit2.png" alt="commit suas alterações" />

## Faça o push das mudanças no github

Clique em File->Options e depois em sign-in to Github.com. Digite seu username e senha do Github.

<img style="left;" src="../assets/dt1-sign-in.png" alt="log-in no Github" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-sign-in.png" alt="log-in no Github" />

Clique no botão `Publish` na parte superior direita.

<img style="left;" src="../assets/dt1-publish1.png" alt="push suas alterações" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-publish1.png" alt="push suas alterações" />

## Envie suas alterações para review

Se você for até seu repositório no github, verá o botão `Compare & pull request`. Clique nesse botão

<img style="left;" src="https://firstcontributions.github.io/assets/Readme/compare-and-pull.png" alt="criando um pull request" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/compare-and-pull.png" alt="criando um pull request" />

Agora envie o pull request.

<img style="left;" src="https://firstcontributions.github.io/assets/Readme/submit-pull-request.png" alt="enviando o pull request" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/submit-pull-request.png" alt="enviando o pull request" />

Em breve estarei mesclando todas as suas alterações na branch Master do projeto. Você vai receber um email de notificação assim que as alterações forem integradas.

Expand Down
28 changes: 14 additions & 14 deletions gui-tool-tutorials/github-desktop-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[<img align="right" width="150" src="https://firstcontributions.github.io/assets/Readme/join-slack-team.png">](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM)
[<img align="right" width="150" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/join-slack-team.png">](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions)

Expand All @@ -17,7 +17,7 @@ If you don't have GitHub Desktop on your machine, [install it](https://desktop.g

If you're using a version of GitHub desktop before 1.0, [refer this tutorial](github-desktop-old-version-tutorial.md).

<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/fork.png" alt="fork this repository" />
<img align="right" width="300" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/fork.png" alt="fork this repository" />

## Fork this repository

Expand All @@ -32,27 +32,27 @@ IMPORTANT: DO NOT CLONE THE ORIGINAL REPO. Go to your fork and clone it.

To clone the repo, click on "Clone or Download" and then click on "Open in Desktop".

<img style="left;" src="../assets/dt1-clonetodesktop.png" alt="clone this repository" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-clonetodesktop.png" alt="clone this repository" />

A pop up window will open. Click on "Open GitHubDesktop.exe".

<img style="left;" src="../assets/dt1-open-githubdesktop.png" alt="clone this repository" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-open-githubdesktop.png" alt="clone this repository" />

After you click on "Open GitHubDesktop.exe" the contents will be downloaded to your computer.

<img style="left;" src="../assets/dt1-downloaded.png" alt="clone this repository" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-downloaded.png" alt="clone this repository" />

Now you have copied the contents of the first-contributions repository in github to your computer.

## Create a branch

Now create a branch by clicking on the "Current branch" icon at the top and then click on "New branch":

<img style="left;" src="../assets/dt1-create-branch.png" alt="make a branch" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-create-branch.png" alt="make a branch" />

Name your branch <add-your-name>. For example, "add-james-smith"

<img style="left;" src="../assets/dt1-create-branch-name.png" alt="name your branch" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-create-branch-name.png" alt="name your branch" />

Click on `Create branch`

Expand All @@ -66,7 +66,7 @@ Example: If your name is James Smith, It should look like this.

You can see that there are changes to Contributors.md and they have been added to the Github Desktop.

<img style="left;" src="../assets/dt1-status.png" alt="check status" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-status.png" alt="check status" />

Now commit those changes:

Expand All @@ -76,31 +76,31 @@ Replace `<your-name>` with your name.

Click on the button that says `Commit to add-your-name`.

<img style="left;" src="../assets/dt1-commit1.png" alt="commit your changes" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-commit1.png" alt="commit your changes" />

At the bottom, you can see that the commit has been created.

<img style="left;" src="../assets/dt1-commit2.png" alt="commit your changes" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-commit2.png" alt="commit your changes" />

## Push changes to github

Click on File->Options and sign-in to Github.com. Type in your Github username and password.

<img style="left;" src="../assets/dt1-sign-in.png" alt="log-in to Github" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-sign-in.png" alt="log-in to Github" />

Click the `Publish` button on the top right.

<img style="left;" src="../assets/dt1-publish1.png" alt="push your changes" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-publish1.png" alt="push your changes" />

## Submit your changes for review

If you go to your repository on github, you'll see `Compare & pull request` button. click on that button.

<img style="left;" src="https://firstcontributions.github.io/assets/Readme/compare-and-pull.png" alt="create a pull request" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/compare-and-pull.png" alt="create a pull request" />

Now submit the pull request.

<img style="left;" src="https://firstcontributions.github.io/assets/Readme/submit-pull-request.png" alt="submit pull request" />
<img style="left;" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/submit-pull-request.png" alt="submit pull request" />

Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

Expand Down
Loading

0 comments on commit f6892e1

Please sign in to comment.