- Fork repo.
- Create your feature or bug fixing branch (
git checkout -b my-new-branch). - Make your changes.
- Run the tests, adding new ones for your own code if necessary (
phpunit). - Commit your changes (
git commit -m 'Added some feature, bug fixed'). - Push to the branch (
git push origin my-new-branch). - Create new Pull Request.