When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Fork the codotype repository to your GitHub account
- Clone your fork to your local computer
e.g.$ git clone git@github.com:Apexal/codotype.git - Add the original repository as the upstream remote
$ git remote add upstream git@github.com:codotype/codotype.git
-
On the master branch, pull in any upstream changes
$ git checkout master && git pull upstream master -
Create a new branch with a name reflecting its purpose
chore/<short-name>for choresfeature/<short-name>for new features- e.g.
$ git checkout -b chore/add-contributing-docs
-
Commit, commit, commit!
-
Push your branch to your fork when ready
$ git push origin

