First off, thanks for taking the time to contribute! This file collects important information for local development of the package.
Install just into your system, following its README installation instructions.
Then run
just initThis will for instance setup pre-commit to enforce the standard Julia styling blue.
We use GitHub issue tracker. Pull Requests to the origin main branch are always welcome!
Tests entrypoint is the test directory. We use TestItemRunner for unit tests.
We use Documenter to document the individual Julia functions. See the docs directory for further details. In addition, we document the entire umbrella project here.