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.
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 abreak
keyword. (But usually, we omit it.)