Contributing

Contributions to CIMAP are more than welcome. The muscular activation pattern can be interpreted in many ways and we are open to discuss for improvement and how to add/remove features.

Instructions for contributors

  • Report any bugs, suggestions or unexpected behaviour to the GitHub Issue tracker.

  • Please follow the python style guide.

  • Follow the Numpy convention for docstrings. These are automatically converted into web documentation using Sphinx.

  • Make your code in a separate branch on GitHub and create a merge request when you think its ready to be added.

  • Where possible, add tests to make sure your code works as expected and continues to work as expected.