Follow these simple steps to help us during the review process.
- Non-project related ignores must be in the global .gitignore or in the local git folder.
- Every PR contains only one
feature/hotfix, it must be sent from a newfeature/hotfixbranch, not from the master branch. - Run
vendor/bin/phpunitto check the status of your PR. - Run
vendor/bin/phpcs --standard=psr2 src/to check if your PR follows our code standard.
Thanks for your contribution!