Skip to content

Commit

Permalink
minor #10373 added the BC docs to the contributing file (fabpot)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Mar 4, 2014
2 parents 69d2c8e + 2f9432a commit f6bc83f
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
Contributing
------------

Symfony2 is an open source, community-driven project. If you'd like to contribute,
please read the [Contributing Code][1] part of the documentation. If you're submitting
a pull request, please follow the guidelines in the [Submitting a Patch][2] section
and use the [Pull Request Template][3].
Symfony2 is an open source, community-driven project.

If you'd like to contribute, please read the following documents:

* [Contributing Code][1]: The document index related to contributions;

* [Submitting a Patch][2]: Guidelines for submitting a pull request;

* [Pull Request Template][3]: Template header to use in your pull request
description;

* [Backwards Compatibility][4]: Backward compatibility rules.

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

0 comments on commit f6bc83f

Please sign in to comment.