memory-os/.github/PULL_REQUEST_TEMPLATE.md

570 B

Checklist

  • Follows existing code style
  • No new hardcoded paths or API keys (use env vars or .env.example)
  • Backward compatible (or breaking change is documented)
  • If adding a new file: python3 -m py_compile passes
  • If changing behavior: updated relevant docs in setup/ or layers/

Description

Type

  • Bug fix
  • New feature
  • Performance improvement
  • Documentation
  • Refactor (no behavior change)
  • Security fix