- Fork the repository
- Create a feature branch. Example: (
git checkout -b your-new-feature
) - Commit the changes: (
git commit -am 'Add some feature'
) (will additionally add the new changes) - Push to the branch: (
git push origin my-new-feature
) - Create pull request