Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 1.06 KB

Contributing

You can take part in making Shopsys Framework better.

For your code to be accepted, you should follow our guidelines mentioned above, and the code must pass coding standards checks and tests:

php phing standards tests tests-acceptance

These rules ensure that the code will remain consistent and the project is maintainable in the future.

Tip: Read more about automatic checks in Phing Targets and Running Acceptance Tests.