Clone into ext/phpbbde/contactform:
git clone https://github.com/phpbb-de/phpbb-ext-contact-form ext/phpbbde/contactform
Go to ext/phpbbde/contactform and install dependencies:
php composer.phar install --no-dev
If you wish to contribute to development, you should also consider installing the development dependencies by leaving out --no-dev.
Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB.de Contact Form" extension.
If you find a bug, please report it on https://github.com/phpbb-de/phpbb-ext-contact-form
We use automated unit tests including functional tests to prevent regressions. Check out our travis build below: