Thanks for your interest in contributing!
The full contributor guide — dev environment setup, running the test suite, building the docs, code style, and the PR review process — lives in the rendered documentation:
→ docs.tensor-mesh.com/community/contributing
A 30-second summary if you're in a hurry:
- Got a question? → ask on Discussions Q&A or Discord.
- Found a bug? → file a bug report.
- Have an idea? → float it on Discussions → Ideas & RFCs before writing the PR for larger features.
- Sending a patch? → see the full contributing guide for setup, tests, docs build, and PR conventions.
- Sign off your commits. TensorMesh uses the Developer Certificate
of Origin; every commit must end with
Signed-off-by: Your Name <your@email>. Just pass-stogit commitand Git adds the line for you.