Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Summary

<!-- Briefly describe what this PR changes and why. -->

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