Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 993 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 993 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-ip-tools
composer update
vendor/bin/phpcs --report=full --extensions=php -p --standard=build/phpcs .

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

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