Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 865 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 865 Bytes

How to Contribute

  • You have found a bug ? You can open an issue :

    • Clearly describe the issue including steps to reproduce when it is a bug.
    • Make sure you fill in the earliest version that you know has the issue.
    • Screenshots and code exemple are welcome in the issues.
  • You want to implement a new feature or fix a bug ? Please follow this guide :

    • Your code must follow the PSR2 Coding Standard. Check the squizlabs/php_codesniffer repository to setup the codesniffer.
    • You must add Test Cases for your new feature. Test Cases ensure that the application will continue to working in the future.
    • Your PR should be on the master branch. The master branch is actually the dev branch.