Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.22 KB

index.rst

File metadata and controls

62 lines (48 loc) · 2.22 KB

Developer Guidelines

This section covers the process to follow for getting your changes into the :term:`prime repository`. While there are many types of contribution, this section focuses on contributions made using :github:`GitHub<>` and :git:`Git<>`, the version control system.

  1. :ref:`Development setup<setup>` : Instructions for getting your own copy of libCellML for development purposes.
  2. :ref:`Dependency versions and compatibility<versions>` : Dependencies and requirements for a development set-up.
  3. :ref:`Configuring and building libCellML<configure_and_build>` : How to build libCellML from source code.
  4. :ref:`Testing libCellML<testing>` : How to test your code without opening a pull request.
  5. :ref:`Contributing to libCellML<contributing>` : Getting your code into the libCellML prime repository.
  6. :ref:`Review process<review_process>` : Instructions for code review and responding to comments.
  7. :ref:`Coding standards<coding_standards>` : Guidelines for coding style and standards for contributions.
  8. :ref:`Release process<release_process>` : Instructions for making a release of libCellML.
  9. :ref:`Glossary<glossary_page>` : Glossary of terminology

Changelogs

.. toctree::

   changelogs/changelog_v0.5.0
   changelogs/changelog_v0.4.0
   changelogs/changelog_v0.3.104
   changelogs/changelog_v0.3.103
   changelogs/changelog_v0.3.102
   changelogs/changelog_v0.3.101
   changelogs/changelog_v0.3.100
   changelogs/changelog_v0.3.99
   changelogs/changelog_v0.2.0
   changelogs/changelog_v0.1.0

.. toctree::
   :hidden:
   :glob:

   *
   changelogs/index