Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6e32c47

Browse filesBrowse 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
Copy full SHA for 6e32c47

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎README.markdown

Copy file name to clipboardExpand all lines: README.markdown
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.