.. _add-mdakit: ******************************** Adding an MDAKit to the Registry ******************************** Do you have an MDAKit? Consider adding it to the `MDAKit registry`_! .. note:: The `MDAKit registry`_ is still in its initial stages. We expect that the way in which MDAKits are added, and the type of information required, may change over time. Please reach out via the `issue tracker`_ if you have any questions. Registering an MDAKit requires you to create a single file with metadata (called ``metadata.yaml``). You add this file to the `MDAnalysis/mdakits repository`_ on GitHub. Process ======= Add a MDAKit by following these steps: #. Create a fork of the MDAKit repository https://github.com/MDAnalysis/mdakits. #. Make a new branch (choose any name, but "add-my-awesome-mdakit" is a good one). #. Add a new folder under ``mdakits`` with the name of your MDAKit. Please note that this *must* match the name provided under the `project_name` entry of the ``metadata.yaml`` file. #. Add a metadata YAML file with your MDAKit's details; copy the template from `mdakits/template/metadata.yaml`_ and modify it. See the comments in the file and the :ref:`notes below