Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

38 lines (27 loc) · 1.25 KB

How to Contribute

This project welcomes your contribution. There are several ways to help out:

  • Create an issue on GitHub, if you have found a bug or have an idea for a feature

  • Write test cases for open bug issues

  • Write patches for open bug/feature issues

  • The code must follow the PSR-2 coding standard.

  • All code changes should be covered by unit tests

Coding Standard

Make sure your code changes comply with the PSR-2 coding standard by using PHP Codesniffer from within your folder:

composer phpcs

Check the build/logs/checkstyle.xml once it finished.

Issues

  • Submit an issue
    • Make sure it does not already exist.
    • Clearly describe the issue including steps to reproduce, when it is a bug.
    • Make sure you note the version you use.

Additional Resources