From 968a8728dc1dce7d0205b58834bbe8ad9028b7de Mon Sep 17 00:00:00 2001 From: Riku Kurosawa Date: Sat, 4 Apr 2026 01:26:51 +0900 Subject: [PATCH] fix: correct Contributing guide link in PR template The link pointed to TanStack/pacer instead of TanStack/intent. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7351a17..35b97db 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ ## ✅ Checklist -- [ ] I have followed the steps in the [Contributing guide](https://github.com/TanStack/pacer/blob/main/CONTRIBUTING.md). +- [ ] I have followed the steps in the [Contributing guide](https://github.com/TanStack/intent/blob/main/CONTRIBUTING.md). - [ ] I have tested this code locally with `pnpm run test:pr`. ## 🚀 Release Impact