- Fork and clone this repository
- Press the fork button on the top right of this repository
- Navigate to your forked respository in your respository list
- Clone your newly forked repository to your computer
- A detailed list of steps can be found here
- Add upstream to to the main repository
- Copy the string to the main repository on the top right
- Open git bash (or command line) and navigate to the cloned respository on your computer
- Run 'git remote add upstream repo_string'
- Pull upstream to update local repository
- Run 'git pull upstream branch_name'
- Follow these guidelines for contributing to this repository