Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.65 KB

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 2.65 KB

Contributing to segment-open

In the source code version of Segment you can incorporate your developed plugins. Please see the Technical Manual for Segment for more details.

The developer has full rights to their plugins and may or may not release them under license terms they find appropriate as long as it does not conflict with license by Medviso AB.

We encourage users to release their plugins freely available for research purposes along with the general intentions of Segment. Freely available plugins can be incorporated in the base distribution of Segment if requested by the author and the plugin meets quality requirements.

You are not able to by yourself compile your developed plugins as part of Segment. If you are interested in a commercial distribution of your plugin please contact sales@medviso.com to discuss a partnership.

You may not distribute Segment along or bundled with your plugins, unless granted by Medviso AB.

How to get started

  1. Start by forking this repository. Forking means that you create your own copy of Segment on Github.
  2. Happy hacking!
  3. When/if you want to submit your work to us, push your changes to a topic branch in your forked repository and submit a pull request and we'll have a look at your code. If we think there is some more organization needed, we'll help.

Things to keep in mind:

Ready to contribute?

Take me back to the main page!