From 3927d6057209fa1faa3102ffd7d4ffd90124982a Mon Sep 17 00:00:00 2001 From: Jatin Chauhan <40722235+mrjatinchauhan@users.noreply.github.com> Date: Mon, 5 Oct 2020 17:37:54 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20ENHANCE:=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added some changes and Lint the markdown in Readme. --- README.md | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 85b784a..8e5b8c1 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,41 @@ -#### Source Code from thenewboston Tutorials +# Source Code from thenewboston Tutorials We are in the process of adding the source code from all of the tutorials to a public GitHub repository. If anyone would like to contribute, please feel free! -[thenewboston Videos and Tutorials](https://www.thenewboston.com/videos.php) +**Check out [thenewboston](https://www.thenewboston.com/videos.php) for amazing Videos and Tutorials** -Linux: https://docs.google.com/document/d/1FgMqlHYDva5--sJuR1fc-wbidpvHMFKEvK4RHqD4px0/edit?usp=sharing +- [Linux](https://docs.google.com/document/d/1FgMqlHYDva5--sJuR1fc-wbidpvHMFKEvK4RHqD4px0/edit?usp=sharing) -DigitalOcean: https://docs.google.com/document/d/1xOllgXRN10fWz1TsURh0OYI60TAVz0snD8HOzga5CCA/edit?usp=sharing +- [DigitalOcean](https://docs.google.com/document/d/1xOllgXRN10fWz1TsURh0OYI60TAVz0snD8HOzga5CCA/edit?usp=sharing) -*** +## How to Submit Source Code -##### How to Submit Source Code +1. Download [GitHub for Windows](https://windows.github.com/) or [GitHub for Mac](https://mac.github.com/) -1 - Download [GitHub for Windows](https://windows.github.com/) or [GitHub for Mac](https://mac.github.com/) +2. On the top right of this GitHub repository page, click on the Button "Fork". This will create a copy for you. -2 - On the top right of this page, click "Fork". This will create a copy for you. + ![Fork](http://i.imgur.com/UTwzOgC.png) -![](http://i.imgur.com/UTwzOgC.png) +3. Once your copy has been created, click "Clone in Desktop" to download your forked repository and save it on your computer. -3 - Once your copy has been created, click “Clone in Desktop” to download and save it on your computer. + ![Clone for Desktop](http://i.imgur.com/uNy5iHg.png) -![](http://i.imgur.com/uNy5iHg.png) +4. From here you can make changes, add folders, add source code files, etc. -4 - From here you can make changes, add folders, add source code files, etc... +5. When you are finished with your changes, open GitHub for Windows (or Mac) -5 - When you are finished with your changes, open GitHub for Windows (or Mac) +6. Add a commit message and click "Commit to master" -6 - Add a commit message and click "Commit to master" + ![Commit message](http://i.imgur.com/jHcjXvF.png) -![](http://i.imgur.com/jHcjXvF.png) +7. Click "Sync" on the top right to save the changes to your GitHub account. -7 - Click "Sync" on the top right to save the changes to your GitHub account. + ![Sync](http://i.imgur.com/hk9mIZS.png) -![](http://i.imgur.com/hk9mIZS.png) +8. On your GitHub page for that repo, you will now see a “Pull Request” link. Click it. -8 - On your GitHub page for that repo, you will now see a “Pull Request” link. Click it. + ![Pull Request](http://i.imgur.com/pogptvB.png) -![](http://i.imgur.com/pogptvB.png) +9. On this page, click the “Create pull request” button. -9 - On this page, click the “Create pull request” button. - -10 - Add a comment and click “create pull request” again button to submit. +10. Add a comment and click “create pull request” again button to submit.