feat: init
[skip ci]
This commit is contained in:
commit
0d6c010cce
55 changed files with 4216 additions and 0 deletions
21
docs/CONTRIBUTING.rst
Normal file
21
docs/CONTRIBUTING.rst
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue