|
1 | 1 | Contributing |
2 | 2 | ------------ |
3 | 3 |
|
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. |
8 | 16 |
|
9 | 17 | [1]:http://symfony.com/doc/current/contributing/code/index.html |
10 | 18 | [2]:http://symfony.com/doc/current/contributing/code/patches.html#check-list |
11 | 19 | [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 |