From c0494c4c5bd212a2a3c13c99b6df7f04c0ff6b49 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 23 Sep 2011 11:21:11 -0500 Subject: [PATCH] [README] Adding a small section with information about contributing. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4aa78e2020..9e49f11a73 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,15 @@ like us, you think that Symfony2 can help speed up your development and take the quality of your work to the next level, read the official [Symfony2 documentation][3]. +Contributing +------------ + +Symfony2 is an open source, community-driven project. If you'd like to contribute, +please read the [Contributing Code][4] part of the documentation. If you're submitting +a pull request, please follow the guidelines in the [Submitting a Patch][5] section. + [1]: http://symfony.com/download [2]: http://symfony.com/get_started [3]: http://symfony.com/doc/current/ +[4]: http://symfony.com/doc/current/contributing/code/index.html +[5]: http://symfony.com/doc/current/contributing/code/patches.html#check-list