Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.58 KB

File metadata and controls

37 lines (28 loc) · 1.58 KB

Getting help

Pick the channel that matches the question.

Channel Use it for
Wiki Attributes, filtering, relations, commands, hooks, web frameworks — the task-oriented guides, in five languages.
docs.rs API reference for the generated items and the runtime traits.
examples/ Ten runnable crates, one per feature area.
Issues Reproducible defects and missing functionality.
SECURITY.md Anything that could be a vulnerability. Never a public issue.

Before opening an issue

  1. Search closed issues — the answer is often there.
  2. Reproduce against the latest published version (cargo update).
  3. Reduce to a minimal entity definition, and say which features were enabled — most reports turn on a feature gate.
  4. For a code-generation problem, include the expansion (cargo expand) or the generated SQL, not only the compiler error.

Response time

The project is maintained on a best-effort basis; expect a first response within a week. Security reports take priority through the channel in SECURITY.md.

Contributing a fix

CONTRIBUTING.md has the branch, commit and review conventions, the local check commands and how to run the live Postgres suite.