Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.47 KB

CONTRIBUTING.md

File metadata and controls

31 lines (24 loc) · 2.47 KB

Contributing

You can take part in making Shopsys Platform 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

Your code may not infringe the copyrights of any third party. If you are changing a composer's dependency in composer.json or you are changing the npm dependencies in package.json, you need to reflect this change into a list of Open Source License Acknowledgements and Third Party Copyrights. Apply the same procedure if you make the changes in the Dockerfile or docker-compose.yml files.

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

Tip: Read more about automatic checks in Console Commands for Application Management (Phing Targets) and Running Acceptance Tests.