Your contributions are welcome and will be fully credited.
Please read and understand the following guide before creating an issue or pull request. It is really, really, really short!
- Be friendly and patient.
- Be welcoming.
- Be considerate.
- Be respectful.
- Be careful in the words that you choose.
- When we disagree, try to understand why.
-
Clean up your code.
# so that it looks nice composer fix-cs # and there are no logical errors composer phpstan
-
Add tests.
# and moke shure old ones are not broken composer test
-
Document or even better let the code speak for itself.