Add some informations about how to contribute.

This would need a more precise description and some good practices to follow.
This commit is contained in:
Alexis Metaireau 2011-05-10 23:41:27 +01:00
commit 0d1edc6450
2 changed files with 14 additions and 0 deletions

13
docs/contribute.rst Normal file
View file

@ -0,0 +1,13 @@
How to contribute ?
===================
There are features missing from pelican and you now exactly how to implement
them? That's great! Don't hesitate to fork and make a pull request on github.
Running the test suite
----------------------
It would even be better if you could add tests for this feature. The tests
are located under "pelican/tests" and you will need unittests2 to run them::
python -m unittest2 discover

View file

@ -52,3 +52,4 @@ A french version of the documentation is available at :doc:`fr/index`.
themes
internals
faq
contribute