pull_request_template.md

March 16, 2026 ยท View on GitHub

Summary

Brief description of what this PR does and why.

Type of change

  • Bug fix
  • New feature
  • Refactor (no behavior change)
  • Documentation
  • Test
  • Chore (deps, CI, tooling)

Closes #

Checklist

  • mix test passes
  • mix lemon.quality passes (lint + architecture boundaries + doc freshness)
  • New docs files registered in docs/catalog.exs
  • New features gated behind a feature flag (if applicable)
  • CODEOWNERS updated for new files (if applicable)
  • CHANGELOG.md updated (if user-visible change)

Security considerations

Does this change affect:

  • Secret handling or storage?
  • Tool policy / approval gates?
  • Skill trust or installation policy?
  • Memory document content or filtering?

If yes, describe what was done to ensure it is secure.

Testing notes

How was this tested? What edge cases were considered?