/prestonbot

Preston, the PrestaShop contributor best friend !

Primary LanguagePHPMIT LicenseMIT

PrestonBot

This application is based on Symfony CarsonBot and aims to help PrestaShop maintainers and contributors

Preston, the PrestaShop contributor best friend

How to install ?

First of all you have to configure your GitHub repository and have a GitHub token.

composer install // and complete the interactive fields asked

For now this application allow you to valid pull requests description according to PrestaShop standards.

How to test ?

./vendor/bin/phpunit

You need also to create your own GitHub personal token and export it:

export GH_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXX

Our standards ?

Yeah, the Symfony ones:

./vendor/bin/php-cs-fixer fix .