minor #13771 [2.3] Update CONTRIBUTING.md (nicolas-grekas)

This PR was merged into the 2.3 branch.

Discussion
----------

[2.3] Update CONTRIBUTING.md

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

6726a40 [2.3] Update CONTRIBUTING.md
This commit is contained in:
Fabien Potencier 2015-02-24 11:55:28 +01:00
commit cae6de6f43
1 changed files with 26 additions and 4 deletions

View File

@ -1,11 +1,33 @@
Contributing
------------
Symfony 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].
Symfony 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;
```markdown
| Q | A
| ------------- | ---
| Bug fix? | yes/no
| New feature? | yes/no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #1234
| License | MIT
| Doc PR | symfony/symfony-docs#1234
```
* [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