docs: add pull request template

Co-Authored-By: Codex <noreply@openai.com>
This commit is contained in:
peaceiris
2026-05-10 21:44:58 +09:00
parent 20e81489be
commit d488e4d987
+23
View File
@@ -0,0 +1,23 @@
## Summary
<!-- Describe what this pull request changes and why. -->
## Changes
<!-- List the notable 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
<!-- List the commands you ran and their results. -->
- [ ] `npm run all`
- [ ] `npm run build`