PCKG add CONTRIBUTING document to repository and documentation
This commit is contained in:
parent
fee650faba
commit
7fdccb7245
|
@ -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/>`_.
|
|
@ -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,0 +1 @@
|
||||||
|
.. include:: ../../CONTRIBUTING.rst
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue