94cab88278
The repository had no contributor-facing documentation or automation config. Add the standard set: - CHANGELOG.md (Keep a Changelog format, 0.1.0-0.1.4 plus Unreleased) - CONTRIBUTING.md (build/test steps, change standards, PolyForm-NC note) - SECURITY.md (private reporting, supported versions) - CODE_OF_CONDUCT.md (Contributor Covenant 2.1) - .github/ISSUE_TEMPLATE (bug report, feature request, config) - .github/PULL_REQUEST_TEMPLATE.md - .github/dependabot.yml (cargo, npm, pip, github-actions — the last keeps the D1 SHA pins current) - .github/CODEOWNERS
922 B
922 B
Summary
Related issue
Type of change
- Bug fix
- New feature
- Indicator addition / change
- Documentation
- CI / build / tooling
Checklist
cargo fmt --all --checkis clean.cargo clippy --workspace --all-targets -- -D warningsis clean.cargo test --workspacepasses.- New behaviour has tests; bug fixes have a regression test.
- Public API changes are mirrored in the Python / Node / WASM bindings and their type stubs (if applicable).
- Documentation under
docs/wiki/and theREADME.mdis updated (if applicable). - An entry was added under
## [Unreleased]inCHANGELOG.md.