Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 633 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 633 Bytes

Contribution

Contributions welcome! Create an issue right here on GitHub whenever you spot a bug. If you have a solution that fixes the bug, create a fork, commit your changes and then create a pull request. Especially do not hesitate to create a pull request for new features.

PHP Coding style

Contentify follows the PSR-2 Coding Style Guide with these exceptions:

  • All PHP files MUST NOT end with a single blank line.
  • The last case segment of a switch structure CAN have a break keyword. (But usually, we omit it.)