rector/CONTRIBUTING.md
Grégoire Paris e34a9b43cf
Move contributing guide to its own file
This file will be linked to when submitting a pull request on Github.
Also, Github will notify contributors when it changes. There might be
more features I do not know about.
2020-03-21 14:22:10 +01:00

366 B

How to Contribute

Just follow 3 rules:

  • 1 feature per pull-request

  • New features need tests

  • Tests, coding standards and PHPStan checks must pass:

    composer complete-check
    

    Do you need to fix coding standards? Run:

    composer fix-cs
    

We would be happy to accept PRs that follow these guidelines.