Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 882 Bytes

File metadata and controls

28 lines (19 loc) · 882 Bytes

Contributing

Contributions to the neural-assemblies project are welcome.

How to contribute

  • Bug reports and feature ideas: Open an issue on GitHub.
  • Code or docs changes: Open a pull request against the default branch. Ensure the package test surface passes with uv run pytest neural_assemblies/tests -q. If you touch release metadata or publishing workflow, read packaging.md first.

Development setup

From the repo root:

uv sync
uv run pytest neural_assemblies/tests -q
uv run ruff check neural_assemblies/

See the root README.md for install options and packaging.md for maintainer release steps.

License

By contributing, you agree that your contributions will be licensed under the same MIT License as the project.