Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.35 KB

CONTRIBUTING.rst

File metadata and controls

37 lines (29 loc) · 1.35 KB

shell

Contributing

Contributions and issue-reports are welcome, with no strings attached; project is at a very early stage.

Installation

Install both sub-projects in develop mode using pip

$ git clone  https://github.com/ankostis/polyvers  polyvers.git
$ cd polyvers.git
$ pip install  -e pvlib[test]  -e .[test]

Caution

Installing egg with python setup.py install develop is not tested, and may fail to work correctly.

Tests & integrations

test-suite

pytest

linters

flake8, mypy

integration-services
commit-messages

guidelines from angular repo: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines

changes-aggregation

towncrier