Jump to content
Jump to navigation

Jump to heading Contributing to Phabalicious

If you get stuck at any point you can create a ticket on GitHub.

Jump to heading Contributing to development

It's the usual, fork the repository, create a feature-branch, do your changes and submit a pull-request via Github. If your new feature has test-coverage the better.

We are happy for every contribution.

Jump to heading Improving documenation

The procedure is the same as with contributing code.

The documentation is build via vue-press, to run it locally, do

yarn install
yarn docs:dev