- Create a new issue and/or comment on an existing issue to let us know that you will begin working on it.
- Fork this repo
- Clone the repo on your computer
git clone [url of your forked repository] - Create a new local branch
git checkout -b [branch-name]that describes it's purpose. (i.e. "add-improved-logging") - Code your changes.
- Stage your changes
git add -A - Commit the changes to local repo
git commit -m "your-message" - Push the changes to the remote repo
git push --set-upstream origin [branch-name] - Create a pull request
For more help see: https://www.youtube.com/watch?v=c6b6B9oN4Vg