Mercurial > hg > orthanc-book
changeset 968:4ce37a89b212
Submitting contributions
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Aug 2023 21:23:10 +0200 |
parents | 2df3597eacc8 |
children | 7abb7c8ff544 |
files | Sphinx/source/developers/repositories.rst |
diffstat | 1 files changed, 21 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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 <creating-plugins>`. -* Importantly, before any contribution can be accepted into the - Orthanc repositories, its author must sign a :ref:`CLA <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 <submitting_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 <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 + <submitting_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 <mailto:sebastien.jodogne@uclouvain.be>`__ +(UCLouvain) or to `Alain Mazy <mailto:am@orthanc.team>`__ (Orthanc +Team). Issue tracker