Files
actions-hugo/.github/PULL_REQUEST_TEMPLATE.md
T
peaceiris d488e4d987 docs: add pull request template
Co-Authored-By: Codex <noreply@openai.com>
2026-05-10 21:44:58 +09:00

24 lines
517 B
Markdown

## 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`