First of all, each single contribution is appreciated, whether a typo fix, improved documentation, a fixed bug or a whole new feature.
- Fork the repository on GitHub
- Pull requests must be sent from a new hotfix/feature branch, not from
master
. - Make your modifications, coding standard for the project is PSR-2
- Commit small logical changes, each with a descriptive commit message. Please don't mix unrelated changes in a single commit.
Please format your commit messages as follows:
Short summary of the change (up to 50 characters)
Optionally add a more extensive description of your change after a
blank line. Wrap the lines in this and the following paragraphs after
72 characters.
- Push your changes to a topic branch in your fork of the repository.
- Submit a pull request to the original repository. Describe your changes as short as possible, but as detailed as needed for others to get an overview of your modifications.