Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 680 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 680 Bytes

Contributing

Feel free to create new pull-requests on GitHub.

Devbox

If you don't have a setup already, where you can do development, bugfixing etc. for the extension_builder, don't worry.

We have included a ddev devbox to help the development.

Prerequisites
How to use the devbox?
$ git clone [email protected]:FriendsOfTYPO3/extension_builder.git
$ cd .devbox
$ ddev start

Username/password: admin/password

And start working.

INFO xdebug is disabled as default, to speed up the devbox when xdebug isn't needed.

This can be activated with ddev xdebug on.