This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/CONTRIBUTING.md

27 lines
1015 B
Markdown
Raw Permalink Normal View History

Contributing
------------
2015-02-24 08:16:05 +00:00
Symfony is an open source, community-driven project.
If you'd like to contribute, please read the following documents:
2016-12-18 18:50:35 +00:00
* [Reviewing issues/pull requests][0]
2016-02-24 14:32:51 +00:00
* [Reporting a Bug][1]
* [Submitting a Patch][2]
* [Symfony Core Team][3]
* [Security Issues][4]
* [Running Symfony Tests][5]
* [Our Backwards Compatibility Promise][6]
* [Coding Standards][7]
* [Conventions][8]
2015-02-24 08:16:05 +00:00
2016-12-18 18:50:35 +00:00
[0]: https://symfony.com/doc/current/contributing/community/reviews.html
2016-02-24 14:32:51 +00:00
[1]: https://symfony.com/doc/current/contributing/code/bugs.html
[2]: https://symfony.com/doc/current/contributing/code/patches.html
[3]: https://symfony.com/doc/current/contributing/code/core_team.html
[4]: https://symfony.com/doc/current/contributing/code/security.html
[5]: https://symfony.com/doc/current/contributing/code/tests.html
[6]: https://symfony.com/doc/current/contributing/code/bc.html
[7]: https://symfony.com/doc/current/contributing/code/standards.html
[8]: https://symfony.com/doc/current/contributing/code/conventions.html