From a55d4ae55e902e0670ad0812737415437fc43ceb Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sat, 30 May 2026 19:09:11 +0900 Subject: [PATCH] feat(packages): add pull_request_template.md --- .../.github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/omo-codex/plugin/components/comment-checker/.github/pull_request_template.md diff --git a/packages/omo-codex/plugin/components/comment-checker/.github/pull_request_template.md b/packages/omo-codex/plugin/components/comment-checker/.github/pull_request_template.md new file mode 100644 index 000000000..9453fc8e7 --- /dev/null +++ b/packages/omo-codex/plugin/components/comment-checker/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## Summary + + + +- + +## Verification + +- [ ] `npm run check` (typecheck + biome + build) +- [ ] `npm test` (unit tests) +- [ ] `npm pack --dry-run` (release sanity) +- [ ] Hook smoke-tested locally with `node dist/cli.js hook post-tool-use` + +## Codex plugin impact + +- [ ] `.codex-plugin/plugin.json` remains valid +- [ ] `hooks/hooks.json` still uses stable Codex hook JSON +- [ ] No MCP server or MCP tool is exposed +- [ ] CHANGELOG entry added for user-facing changes