Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1017 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1017 Bytes

Contributing

Before you contribute code to this project, please make sure it conforms to the PSR-2 coding standard and that the project unit tests still pass. The easiest way to contribute is to work on a checkout of the repository, or your own fork. If you do this, you can run the following commands to check if everything is ready to submit:

cd php-geopayment
composer update
./vendor/bin/phpcs --standard=phpcs.xml -sp --encoding=utf-8 src/ --report-width=150

Which should give you no errors, indicating that there are no coding standard errors. And then:

./vendor/bin/phpunit

Which should give you no failures or errors. You can ignore any skipped tests as these are for external tools.

Pushing

Development is based on the git flow branching model (see http://nvie.com/posts/a-successful-git-branching-model/ ) If you fix a bug please push in hotfix branch. If you develop a new feature please create a new branch.

Version

Version number: 0.#version.#hotfix