Переглянути джерело

merged branch weaverryan/2.0_readme_contributing (PR #2251)

Commits
-------

c0494c4 [README] Adding a small section with information about contributing.

Discussion
----------

[WIP] Contributing addition to the README

Hey guys-

This adds a small section to the README about contributing. It's a WIP only because we need to wait for [this](https://github.com/symfony/symfony-docs/commit/0892a2cf5cb96821ed332aa657a95e427488ac67) commit to be rendered so that the following link works (and takes you down to the new section):

http://symfony.com/doc/current/contributing/code/patches.html#check-list

Thanks!
Fabien Potencier 13 роки тому
батько
коміт
4983f0a18e
1 змінених файлів з 9 додано та 0 видалено
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -30,6 +30,15 @@ like us, you think that Symfony2 can help speed up your development and take
 the quality of your work to the next level, read the official
 the quality of your work to the next level, read the official
 [Symfony2 documentation][3].
 [Symfony2 documentation][3].
 
 
+Contributing
+------------
+
+Symfony2 is an open source, community-driven project. If you'd like to contribute,
+please read the [Contributing Code][4] part of the documentation. If you're submitting
+a pull request, please follow the guidelines in the [Submitting a Patch][5] section.
+
 [1]: http://symfony.com/download
 [1]: http://symfony.com/download
 [2]: http://symfony.com/get_started
 [2]: http://symfony.com/get_started
 [3]: http://symfony.com/doc/current/
 [3]: http://symfony.com/doc/current/
+[4]: http://symfony.com/doc/current/contributing/code/index.html
+[5]: http://symfony.com/doc/current/contributing/code/patches.html#check-list