From d488e4d9876f0cb74ace1aac7bbf14fcf52868d9 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 10 May 2026 21:44:58 +0900 Subject: [PATCH] docs: add pull request template Co-Authored-By: Codex --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2e837d3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +## Summary + + + +## Changes + + + +- + +## Checklist + +- [ ] I have read the latest README and followed the instructions. +- [ ] I have added or updated tests for behavior changes. +- [ ] I have updated README.md and action.yml when inputs or runtime behavior changed. +- [ ] I have run the relevant verification commands. + +## Verification + + + +- [ ] `npm run all` +- [ ] `npm run build`