Browse Source

[docs] mention coding standards

Igor Wiedler 13 years ago
parent
commit
e4143f98c5
2 changed files with 8 additions and 0 deletions
  1. 4 0
      README.md
  2. 4 0
      doc/06-community.md

+ 4 - 0
README.md

@@ -97,6 +97,10 @@ merged. This is to ensure proper review of all the code.
 
 Fork the project, create a feature branch, and send us a pull request.
 
+To ensure a consistent code base, you should make sure the code follows
+the [Coding Standards](http://symfony.com/doc/2.0/contributing/code/standards.html)
+which we borrowed from Symfony.
+
 If you would like to help take a look at the [list of issues](http://github.com/composer/composer/issues).
 
 Community

+ 4 - 0
doc/06-community.md

@@ -15,6 +15,10 @@ The most important guidelines are described as follows:
 > merged. This is to ensure proper review of all the code.
 >
 > Fork the project, create a feature branch, and send us a pull request.
+>
+> To ensure a consistent code base, you should make sure the code follows
+> the [Coding Standards](http://symfony.com/doc/2.0/contributing/code/standards.html)
+> which we borrowed from Symfony.
 
 ## IRC / mailing list