Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 553 Bytes

contributing.md

File metadata and controls

16 lines (11 loc) · 553 Bytes

Contributing to TreeTime

Thank you for your interest in contributing to TreeTime. We welcome pull-requests that fix bugs or implement new features.

Bugs

If you come across a bug or unexpected behavior, please file an issue.

Testing

Upon pushing a commit, travis will run a few simple tests. These use data available in the neherlab/treetime_examples repository.

Coding conventions (loosly adhered to)

  • indentation: 4 spaces
  • docstrings: numpy style
  • variable names: snake_case