- Fork this repo
- Create your branch
git checkout -b some-branch-name
- Add something and commit
git commit -am 'Added something amazing!'
- Push changes to your branch
git push origin some-branch-name
- Submit a new pull request with some details about it!