Browse Source

Update CONTRIBUTING.md

Marc Morera 11 years ago
parent
commit
5483e7e734
1 changed files with 12 additions and 5 deletions
  1. 12 5
      CONTRIBUTING.md

+ 12 - 5
CONTRIBUTING.md

@@ -1,13 +1,20 @@
 Contributing
 -----
 
-All code is Symfony2 Code formatted, so every pull request must validate phpcs standards.
-You should read [Symfony2 coding standards](http://symfony.com/doc/current/contributing/code/standards.html) and install [this](https://github.com/opensky/Symfony2-coding-standard) CodeSniffer to check all code is validated.
+All code is Symfony2 Code formatted, so every pull request must validate phpcs
+standards. You should read 
+[Symfony2 coding standards](http://symfony.com/doc/current/contributing/code/standards.html)
+and install [this](https://github.com/opensky/Symfony2-coding-standard) 
+CodeSniffer to check all code is validated.
 
-There is also a policy for contributing to this project. All pull request must be all explained step by step, to make us more understandable and easier to merge pull request. All new features must be tested with PHPUnit.
+There is also a policy for contributing to this project. All pull request must
+be all explained step by step, to make us more understandable and easier to
+merge pull request. All new features must be tested with PHPUnit.
 
-If you'd like to contribute, please read the [Contributing Code][1] part of the documentation. If you're submitting a pull request, please follow the guidelines in the [Submitting a Patch][2] section and use the [Pull Request Template][3].
+If you'd like to contribute, please read the [Contributing Code][1] part of the
+documentation. If you're submitting a pull request, please follow the guidelines
+in the [Submitting a Patch][2] section and use the [Pull Request Template][3].
 
 [1]: http://symfony.com/doc/current/contributing/code/index.html
 [2]: http://symfony.com/doc/current/contributing/code/patches.html#check-list
-[3]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
+[3]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request