Base contributions¶
We recommended to perform a shallow clone of the repository to avoid downloading the entire history of the project:
$ git clone --depth 1 https://github.com/mendezVKI/MODULO.git
This will download only the latest version of the repository, which is sufficient for contributing to the project, and will save you time and disk space.
To create a new feature, please submit a pull request, specifying the proposed changes and providing an example of how to use the new feature (that will be included in the examples/ folder).
The pull request will be reviewed by the MODULO team before being merged into the main branch, and your contribution duly acknowledged.
Report bugs¶
If you find a bug, or you encounter unexpected behaviour, please open an issue on the MODULO GitHub repository.
Ask for help¶
If you have troubles using MODULO, or you need help with a specific decomposition, please open an issue on the MODULO GitHub repository.