Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Contributions to the code, the docs, and the paper are all welcome.
`.tvbm` / `.tvsb`) and the public method names
(`new` / `add` / `search` / `search_asymmetric*` / `top_m_candidates*` /
`write` / `load`) are stable — please don't rename them.
- **Tests are required for new functionality.** As major new functionality
is added, tests covering it MUST be added to the automated test suite
(`cargo test`, plus `pytest` for the Python bindings). Changes that add
capability without accompanying tests will be asked to add them before
merge.

## The gate (run before opening a PR — mirrors CI)

Expand Down
Loading