Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.65 KB

File metadata and controls

41 lines (21 loc) · 1.65 KB

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!

Check out thenewboston for amazing Videos and Tutorials

How to Submit Source Code

  1. Download GitHub for Windows or GitHub for Mac

  2. On the top right of this GitHub repository page, click on the Button "Fork". This will create a copy for you.

    Fork

  3. Once your copy has been created, click "Clone in Desktop" to download your forked repository and save it on your computer.

    Clone for Desktop

  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)

  6. Add a commit message and click "Commit to master"

    Commit message

  7. Click "Sync" on the top right to save the changes to your GitHub account.

    Sync

  8. On your GitHub page for that repo, you will now see a “Pull Request” link. Click it.

    Pull Request

  9. On this page, click the “Create pull request” button.

  10. Add a comment and click “create pull request” again button to submit.