Skip to content

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

  • Contributing


    How to set up a dev environment, propose changes, run the test suite, and open a PR.

  • Add a Built-in Node


    Recipe for adding a new node to cuvis_ai_core (vs. shipping it as a plugin — see Plugin Development).

  • Docstrings


    Conventions for writing numpy-style docstrings the docs site renders cleanly.

  • Docs Style


    Voice, structure, and conventions for the docs site itself (this site).

  • Git Hooks


    Pre-commit setup, linters, and automation that fire on commit.