Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.13 KB

Contributing.md

File metadata and controls

32 lines (23 loc) · 1.13 KB

Contributing

Getting Started

Making Changes

I am looking forward to your contributions. There are several ways to help out:

  • Write missing testcases
  • Write patches for bugs/features, preferably with testcases included

There are a few guidelines that I need contributors to follow:

  • Coding standards (composer cs-check to check and composer cs-fix to fix)
  • Passing tests (you can enable travis to assert your changes pass) for Windows and Unix (php phpunit.phar)

i18n

Check if translations via pot file need to be changed. Run

bin/cake i18n extract -p Tools --extract-core=no --merge=no --overwrite

from your app.

Additional Resources