Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 780 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (21 loc) · 780 Bytes

Thank you to read and sign the following contributor agreement http://www.akeneo.com/contributor-license-agreement/

Every PR should start with:

| Q                    | A
| -------------------- | ---
| Bug fix?             |
| New feature?         |
| BC breaks?           |
| CI currently passes? |
| Tests pass?          |
| Scenarios pass?      |
| Checkstyle issues?*  |
| PMD issues?**        |
| Changelog updated?   |
| Fixed tickets        |
| DB schema updated?   |
| Migration script?    |
| Doc PR               |

* > ./bin/phpcs --standard=PSR2 --extensions=php src features && php-cs-fixer fix -v --diff --level=psr2 --config-file=.php_cs.local.php

** > ./app/Resources/jenkins/phpmd_akeneo src/Pim,features (only on your added/updated files)