- Create an
issue and describeyour idea - Fork it!
- Create your feature branch: git checkout -b feat-some-idea
- Add files to the staging area :
git add . - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feat-some-idea - Submit a pull request to master branch