Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 395 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 395 Bytes

Contribution guide

Thanks for wanting to help out!

Development environment set-up

Create a new setup.py:

from setuptools import setup

setup()

Install package

pip install -e .

Testing

Run the example from the README and make sure the output looks correct.

Submitting changes

Make sure the above test is successful, then make a pull-request on GitHub.