contribute.rst 1.1 KB

12345678910111213141516171819202122
  1. Contribute
  2. ==========
  3. All code is Symfony2 Code formatted, so every pull request must validate
  4. phpcs standards. You should read `Symfony2 coding standards`_ and
  5. install `this`_ CodeSniffer to check all code is validated.
  6. There is also a policy for contributing to this project. All pull
  7. request must be all explained step by step, to make us more
  8. understandable and easier to merge pull request. All new features must
  9. be tested with PHPUnit.
  10. If you’d like to contribute, please read the `Contributing Code`_ part
  11. of the documentation. If you’re submitting a pull request, please follow
  12. the guidelines in the `Submitting a Patch`_ section and use the `Pull
  13. Request Template`_.
  14. .. _Symfony2 coding standards: http://symfony.com/doc/current/contributing/code/standards.html
  15. .. _this: https://github.com/opensky/Symfony2-coding-standard
  16. .. _Contributing Code: http://symfony.com/doc/current/contributing/code/index.html
  17. .. _Submitting a Patch: http://symfony.com/doc/current/contributing/code/patches.html#check-list
  18. .. _Pull Request Template: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request