diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..2e27968 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Summary + + + +## Checklist + +- [ ] I followed the steps in the [Contributing guide](https://github.com/minseong0324/connectivity-js/blob/main/CONTRIBUTING.md). +- [ ] I ran `pnpm run test` locally and all tests pass. + +## Release impact + +- [ ] This change touches published packages, so I added a [changeset](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). +- [ ] This change is docs/CI/dev-only and does not require a release. \ No newline at end of file