# HG changeset patch # User Sebastien Jodogne # Date 1692213790 -7200 # Node ID 4ce37a89b212fea1ca05437c0cd5b96831374a64 # Parent 2df3597eacc8f9cd77c10763d3d185574cd0d383 Submitting contributions diff -r 2df3597eacc8 -r 4ce37a89b212 Sphinx/source/developers/repositories.rst --- a/Sphinx/source/developers/repositories.rst Thu Jul 13 16:26:49 2023 +0200 +++ b/Sphinx/source/developers/repositories.rst Wed Aug 16 21:23:10 2023 +0200 @@ -200,13 +200,16 @@ recommended way of contributing to Orthanc is always by :ref:`creating contributed plugins `. -* Importantly, before any contribution can be accepted into the - Orthanc repositories, its author must sign a :ref:`CLA `. This - allows the University Hospital of Liège, the Osimis company and - UCLouvain university to act as the official guardians of the whole - Orthanc ecosystem. Another advantage of creating plugins is that - signing a CLA is not needed. Make sure to carefully read our - :ref:`FAQ about the licensing of submitted code `. +* Importantly, before any contribution with significant intellectual + property (i.e. if the contribution go beyond a simple patch) can be + accepted into the Orthanc repositories, its author must sign a + :ref:`CLA `. This allows the University Hospital of Liège, the + Osimis company, and UCLouvain university to act as the official + guardians of the whole Orthanc ecosystem. Note that another + advantage of creating plugins over submitting core to the core + project is that signing a CLA is never needed. Make sure to + carefully read our :ref:`FAQ about the licensing of submitted code + `. .. _hg-patch: @@ -297,6 +300,17 @@ $ hg unbundle /tmp/contribution.bundle $ hg up -c default $ hg merge my-user/my-fix + + +.. _hg-submitting: + +Submitting contributions +........................ + +Contributed patches and bundles must be sent by e-mail, either to +`Sébastien Jodogne `__ +(UCLouvain) or to `Alain Mazy `__ (Orthanc +Team). Issue tracker