Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 1.29 KB

How to Contribute

  • You have found a bug ? You can open an issue. (For a security issue, please send me a mail : here) :

    • 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 have found a bug related to CakePHP 3 ?

    • Be sure that it's a CakePHP 3 related issue and not a Xeta's issue.
    • Ensure that the issue doesn't exist in the issues list.
    • Open an issue in the CakePHP 3 repository.
  • You want to implement a new feature or fix a bug ? Please follow this guide :

    • Your code must follow the Coding Standard of CakePHP. Check the cakephp-codesniffer repository to setup the CakePHP standard.
    • 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.