You are welcome to contribute code to Teneto.
First open up an issue detailing what enhancement or bug you would like to add. Then submit a pull request. Please provide sufficient information in the pull request.
If you would like to contribute, but are unsure what about, have a look at the issues or contact William/wiheto.
We try and follow PEP8 rules for python. Documentaiton should be written for any new functions or arguments to functions that are added. The coding style is numpydoc in sphinx.
If you are submitting a new function, please consider adding a test showing the expected behaviour of the function in the test folder.