memory-os/.github/PULL_REQUEST_TEMPLATE.md

25 lines
570 B
Markdown

## 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
<!-- Brief summary of what this PR does -->
## Type
- [ ] Bug fix
- [ ] New feature
- [ ] Performance improvement
- [ ] Documentation
- [ ] Refactor (no behavior change)
- [ ] Security fix
## Related issues
<!-- e.g. Closes #14 -->