- Fork the repo
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a Pull Request
To run unit tests:
make dependencies
make test
This project uses semantic versioning. When updating the extension, bump the version in the following locations:
- extension/app/code/community/Affirm/Affirm/etc/config.xml
- build/affirm_tar_to_connect_config.php
To avoid drift, validate by executing make validate_version