Skip to content

Commit 6e32c47

Browse files
committed
minor #3546 Fix README: contributions should be based off 2.3 or higher (colinodell)
This PR was merged into the 2.3 branch. Discussion ---------- Fix README: contributions should be based off 2.3 or higher Per [the documentation](http://symfony.com/doc/current/contributing/documentation/overview.html#contributing) and [WouterJ's comment here](#3537 (comment)), the base branch should be 2.3, not 2.2. This commit updates the README to reflect the language found in the documentation. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | n/a Commits ------- ed5eab7 Contributions should be based off 2.3 or higher
2 parents 892fd35 + ed5eab7 commit 6e32c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Contributing
77
------------
88

99
>**Note**
10-
>Unless you're documenting a feature that's new to a specific version of Symfony
11-
>(e.g. Symfony 2.3), all pull requests must be based off of the **2.2** branch,
12-
>**not** the master or 2.3 branch.
10+
>Unless you're documenting a feature that was introduced *after* Symfony 2.3
11+
>(e.g. in Symfony 2.4), all pull requests must be based off of the **2.3** branch,
12+
>**not** the master or older branches.
1313
1414
We love contributors! For more information on how you can contribute to the
1515
Symfony documentation, please read

0 commit comments

Comments
 (0)