Contributing ------------- Before you contribute code to php-telegram-bot, please make sure it conforms to the PSR-2 coding standard and that the php-telegram-bot 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-telegram-bot composer update vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs . Which should give you no output, 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