diff --git a/docs/contribute.rst b/docs/contribute.rst new file mode 100644 index 00000000..74e67a72 --- /dev/null +++ b/docs/contribute.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index a370a94f..39f3d599 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -52,3 +52,4 @@ A french version of the documentation is available at :doc:`fr/index`. themes internals faq + contribute