Contributing to this project

Contributor Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Workflow

Please make sure that you have set up your user name and email address for use with Git. Strings such as silly nick name <root@localhost> look really stupid in the commit history of a project.

Pull requests for bug fixes must be based on latest tag whereas pull requests for new features must be based on the master branch.

Trying to keep backwards compatibility breaks to an absolute minimum is the goal. Please take this into account when proposing changes.

Due to time constraints, responses won’t come as quickly as we would like. Please do not take delays personal and feel free to send reminders if you feel that you have been forgotten.

Coding Guidelines

This project comes with a configuration file for php-cs-fixer (.php_cs) that you can use to (re)format your sourcecode for compliance with this project’s coding guidelines:

$ wget http://get.sensiolabs.org/php-cs-fixer.phar

$ php php-cs-fixer.phar fix

Reporting issues

Please use the issue tracker to search for existing tickets and to open new tickets.