Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Developing

Patrick Kollitsch edited this page Aug 12, 2020 · 2 revisions
❗ This documentation is work in progress and can change in parts over time. Feel free to help edit these pages!

To make it short, for now the following principles will apply:

  • we use PSR12 for all code
  • Psalm, Phan and PhpStan checks will help/define the coding style
  • Commits should be in the "conventional changelog format" (run npm install and use git cz instead of git commit)
  • each feature requires enough testing to make sure it stays working/stable through changes
  • run npm install and composer install to retrieve required QI tools and setup
Clone this wiki locally