1
0
mirror of https://github.com/rectorphp/rector.git synced 2025-03-01 22:22:28 +01:00
rector/CONTRIBUTING.md
2021-05-19 23:43:23 +00:00

530 B

How to Contribute

Contributions here are more than welcomed! You can contribute to rector-src repository.

There 3 rules will highly increase changes to get your PR merged:

  • 1 feature per pull-request

  • new features need tests

  • CI must pass... you can mimic it locally by running

    composer complete-check
    
  • Do you need to fix coding standards?

    composer fix-cs
    

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