httpaste/docs/CONTRIBUTING.rst
Tiara Rodney 0d6c010cce feat: init
[skip ci]
2022-04-01 01:02:09 +02:00

21 lines
No EOL
436 B
ReStructuredText

Contribution Guidelines
=======================
TO-DO test
Prerequisites
-------------
You need the following tools to be installed:
* Python (> ver. 3.7)
* Python *pip* module
.. code-block:: shell
$ git clone git@bitbucket.org:victorykit/ezcfn.git
$ cd ezcfn
$ python3 -m pipenv install -d
$ python3 -m pipenv run tox -e test
$ python3 -m pipenv run tox -e build
$ python3 -m pipenv run tox -e build-docs