mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
e7eecb03e0
commit
0d1edc6450
2 changed files with 14 additions and 0 deletions
13
docs/contribute.rst
Normal file
13
docs/contribute.rst
Normal 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
|
||||||
|
|
@ -52,3 +52,4 @@ A french version of the documentation is available at :doc:`fr/index`.
|
||||||
themes
|
themes
|
||||||
internals
|
internals
|
||||||
faq
|
faq
|
||||||
|
contribute
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue