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`