Skip to content

Contributing

Since January 2026, VIMSEO is open source, under the LGPL v3 license. The project is hosted on github.

Contributions

Anyone can contribute to the development of GEMSEO. The types of contributions are multiple:

  • improving the documentation,
  • declaring a bug, solving a bug,
  • answering questions,
  • proposing a new algorithm,
  • suggesting a new feature,
  • etc.

[//]: # In order to elicit contributions, we invite you to read the Roadmap.

Contact

You can contact the VIMSEO team at sebastien.bocquet@irt-saintexupery.com for any question related to VIMSEO.

Developer Certificate of Origin

Any contribution must be accompanied with a Developer Certificate of Origin (DCO), certifying that the contribution is compatible with VIMSEO software licence.

By signing your git commit, you agree with the Developer Certificate of Origin. To do so, please add the -s option to you git commit command. This will add the following content at the end of your commit message:

Signed-off-by: Name <email address>

Development

For the technical aspects, we invite you to read: Developer information.