If you want to contribute code (features or bugfixes), you have to create a pull request.
When creating a pull requests you should mention:
- Why you are changing it
- What you are changing
- If this will break something
Pull request should be English (title, description and code comments, if applicable).
When coding and committing, please:
- Write your commit messages in English
- Have them short and descriptive
- Don't fix things which are related to other issues / pull requests
- Mention your changes in the UPGRADE.md
- Follow the coding standards
All contributions should follow the PSR-1 and PSR-2 coding standards.