Contributing¶
Thank you so much for your interest in contributing to commensurability!
Reporting Issues¶
Please report bugs & other problems by opening an issue on GitHub.
You may want to check the existing issues for commensurability and pidgey in case your specific report has already been made.
Contributing Code¶
Please fork the repository and create a pull request to contribute code.
Contributing a New Commensurability Evaluation Method¶
New commensurability evaluation methods should be contained in a subpackage of commensurability, like tessellation.
This package should provide an Evaluation instance for analysis classes to use.
The corresponding analysis classes can be defined in analysis.py.