File: contributing.md

package info (click to toggle)
python-treetime 0.11.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,316 kB
  • sloc: python: 8,437; sh: 124; makefile: 49
file content (16 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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](https://github.com/neherlab/treetime_examples) repository.

## Coding conventions (loosly adhered to)

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