Contributing to MORSE
=====================

Get involved!
-------------

As an open-source project driven by the research community, your 
contributions are very welcome!

You can write to the list of developers of the project, writing to this 
address: `morse-dev@laas.fr <mailto:morse-dev@laas.fr>`_.

MORSE development can be tracked online with GitHub: `MORSE on GitHub 
<https://github.com/laas/morse>`_

Fork it from your own GitHub account, or get the source directly from 
the LAAS master repository::

    $ git clone http://trac.laas.fr/git/robots/morse.git
    

Developers documentation
------------------------

Check the :doc:`Developers documentation <dev/summary>`.

.. toctree::
    :maxdepth: 1

    dev/dev_overview
    dev/dev_workflow
    dev/testing
    dev/adding_component
    dev/adding_modifier
    dev/services
    dev/new_middleware
    dev/new_pocolibs_interface
    dev/builder

Tips and how-tos 
----------------

.. toctree::
    :glob:
    :maxdepth: 1

    user/tips/*
