docs/contributing: added note explaining what Scrapy contrib is

This commit is contained in:
Pablo Hoffman 2013-03-04 01:35:17 -02:00
parent 7dd360f39f
commit 3c8eef99cb
1 changed files with 9 additions and 0 deletions

View File

@ -102,6 +102,15 @@ Scrapy:
* Don't put your name in the code you contribute. Our policy is to keep
the contributor's name in the `AUTHORS`_ file distributed with Scrapy.
Scrapy Contrib
==============
Scrapy contrib shares a similar rationale as Django contrib, which is explained
in `this post <http://jacobian.org/writing/what-is-django-contrib/>`_. If you
are working on a new functionality, please follow that rationale to decide
whether it should be a Scrapy contrib. If unsure, you can ask in
`scrapy-developers`_.
Documentation policies
======================