From ed5eab753654a8b06278adfb3aeb7cfc351a6a31 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Wed, 5 Feb 2014 17:44:05 -0500 Subject: [PATCH] Contributions should be based off 2.3 or higher Per the documentation (http://symfony.com/doc/current/contributing/documentation/overview.html#contributing), the base branch should be 2.3, not 2.2. --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 56f267d7ea3..9e17f5d4b7f 100644 --- a/README.markdown +++ b/README.markdown @@ -7,9 +7,9 @@ Contributing ------------ >**Note** ->Unless you're documenting a feature that's new to a specific version of Symfony ->(e.g. Symfony 2.3), all pull requests must be based off of the **2.2** branch, ->**not** the master or 2.3 branch. +>Unless you're documenting a feature that was introduced *after* Symfony 2.3 +>(e.g. in Symfony 2.4), all pull requests must be based off of the **2.3** branch, +>**not** the master or older branches. We love contributors! For more information on how you can contribute to the Symfony documentation, please read