Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.39 KB

File metadata and controls

47 lines (34 loc) · 1.39 KB

Summary

Issue / context

Closes #

Type of change

  • feat — user-visible new capability
  • fix — user-visible bug fix
  • docs — documentation only
  • refactor — internal change, no behavior change
  • perf — performance improvement
  • test — tests only
  • build / ci — build system or CI configuration
  • chore — maintenance, no user impact

Test plan

Checklist

  • Commit messages follow Conventional Commits.
  • CI is green: lint, test, and security scan.
  • Docs updated in the same PR (if behavior changed).
  • Tests added or updated in the same PR (if logic changed).
  • No secrets, credentials, or .env files committed.
  • PR is a single logical change — split into stacked PRs if larger.

Breaking changes

Notes for reviewers