- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Add files changed:
git add . - Commit your changes:
git commit -m "Add some feature" - Push to the branch:
git push origin my-new-feature - Submit a pull request
- The pull request and commit should have a useful title.
After your pull request is merged
After your pull request is merged, you can safely delete your branch.
- Feature - feature/feature-name(or issue number)
- Bug - bugfix/bug-name(or issue number)
- Hotfix - hotfix/hotfix-name(or issue number)