1
0
Fork 0
forked from github/pelican
pelican-theme/docs/contribute.rst

13 lines
431 B
ReStructuredText
Raw Normal View History

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