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 f6bc83f

Browse filesBrowse files
committed
minor #10373 added the BC docs to the contributing file (fabpot)
This PR was merged into the 2.5-dev branch. Discussion ---------- added the BC docs to the contributing file Commits ------- 2f9432a added the BC docs to the contributing file
2 parents 69d2c8e + 2f9432a commit f6bc83f
Copy full SHA for f6bc83f

File tree

Expand file treeCollapse file tree

1 file changed

+13
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-4
lines changed

‎CONTRIBUTING.md

Copy file name to clipboard
+13-4Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
Contributing
22
------------
33

4-
Symfony2 is an open source, community-driven project. If you'd like to contribute,
5-
please read the [Contributing Code][1] part of the documentation. If you're submitting
6-
a pull request, please follow the guidelines in the [Submitting a Patch][2] section
7-
and use the [Pull Request Template][3].
4+
Symfony2 is an open source, community-driven project.
5+
6+
If you'd like to contribute, please read the following documents:
7+
8+
* [Contributing Code][1]: The document index related to contributions;
9+
10+
* [Submitting a Patch][2]: Guidelines for submitting a pull request;
11+
12+
* [Pull Request Template][3]: Template header to use in your pull request
13+
description;
14+
15+
* [Backwards Compatibility][4]: Backward compatibility rules.
816

917
[1]: http://symfony.com/doc/current/contributing/code/index.html
1018
[2]: http://symfony.com/doc/current/contributing/code/patches.html#check-list
1119
[3]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
20+
[4]: http://symfony.com/doc/current/contributing/code/bc.html#working-on-symfony-code

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.