Developing
==========

Community contributions to Adirondax are welcome!

Start by forking the repository on `GitHub <https://github.com/AdirondaxProject/adirondax>`_, creating a new branch, and making a pull request with your changes.

Check out the `CONTRIBUTING <https://github.com/AdirondaxProject/adirondax/blob/main/CONTRIBUTING.md>`_ guidelines.

Code changes should pass testing (each commit is automatically tested with GitHub Actions).
Tests can be run locally in the project directory with ``pytest``:

.. code-block:: bash

    pytest

Tests are located in the ``tests/`` directory. New features should include appropriate tests.
