Contributing¶
Guidelines, standards, and workflow references for contributing to cuvis-ai. Start with the contributing guide, then dip into the specific reference your task requires.
Reference pages¶
-
How to set up a dev environment, propose changes, run the test suite, and open a PR.
-
Recipe for adding a new node to
cuvis_ai_core(vs. shipping it as a plugin — see Plugin Development). -
Conventions for writing numpy-style docstrings the docs site renders cleanly.
-
Voice, structure, and conventions for the docs site itself (this site).
-
Pre-commit setup, linters, and automation that fire on commit.