Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 572 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (16 loc) · 572 Bytes

Contributing

We'd love to extend phylogemetric to enable new methods and analyses. Please add issues and suggestions to the GitHub Issues page.

If you want to get your hands dirty and change the code, then:

Fork the repo:

git clone git@github.com:SimonGreenhill/phylogemetric.git

Install the test framework py.test

pip install pytest pytest-cov

Make sure tests pass:

make test

Make your change.

Write tests.

Follow the PEP8 style guide.

Make the tests pass:

make test

Submit a pull request.