From b2a5a16d08b04f3959eb85d394c05109dceace68 Mon Sep 17 00:00:00 2001 From: minseong Date: Wed, 25 Feb 2026 04:32:11 +0900 Subject: [PATCH] chore: add pull request template for better contribution guidelines --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/pull_request_template.md 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