Developing

Developing#

Community contributions to Adirondax are welcome!

Start by forking the repository on GitHub, creating a new branch, and making a pull request with your changes.

Check out the CONTRIBUTING 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:

pytest

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