From 2b770707525ed080b670e8d99a27884bcca6a19d Mon Sep 17 00:00:00 2001 From: Andreia Bohner Date: Tue, 18 Sep 2012 00:54:53 -0300 Subject: [PATCH] add contributing file in the root dir --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000000..a03f8dcf6cd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +Contributing +------------ + +>**Note** +>Unless you're documenting a feature that's new to Symfony 2.1, all pull +>requests must be based off of the **2.0** branch, **not** the master branch. + +We love contributors! For more information on how you can contribute to the +Symfony documentation, please read [Contributing to the Documentation](http://symfony.com/doc/current/contributing/documentation/overview.html)