pelican/docs/contribute.rst
Alexis Metaireau 0d1edc6450 Add some informations about how to contribute.
This would need a more precise description and some good practices to follow.
2011-05-10 23:42:16 +01:00

13 lines
431 B
ReStructuredText

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