PCKG add CONTRIBUTING document to repository and documentation

This commit is contained in:
Patrick Kanzler 2016-03-08 16:34:20 +01:00
parent fee650faba
commit 7fdccb7245
5 changed files with 20 additions and 1 deletions

13
CONTRIBUTING.rst Normal file
View File

@ -0,0 +1,13 @@
************
Contributing
************
This project is open to any kind of contribution. This spans from issues to documentation to pull requests.
In order to reduce the amount of work for everyone please try to adhere to good practice.
The pull requests and issues will be prefilled with templates. Please fill in your information where applicable.
This project uses `semantiv versioning <http://semver.org/>`_.
For further best practices and tips on contributing please see the
`contribution-guide <http://www.contribution-guide.org/>`_.

View File

@ -64,4 +64,4 @@ The full project-documentation is available on `Read the Docs <https://python-es
Contributing Contributing
------------ ------------
This project is open for any contribution! This project is open for any contribution! Please see CONTRIBUTING.rst for more information.

0
doc/_static/.gitignore vendored Normal file
View File

1
doc/dev/contributing.rst Normal file
View File

@ -0,0 +1 @@
.. include:: ../../CONTRIBUTING.rst

View File

@ -40,6 +40,11 @@ Content
user/todo user/todo
user/usage user/usage
.. toctree::
:maxdepth: 1
:caption: Developer Documentation
dev/contributing
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1