Fork the repository (Click the Fork button at the top right of 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 (And that's all.)