From 74a30634487343aab6b41660d041ea9ab4a5e831 Mon Sep 17 00:00:00 2001 From: Ryan Pate Date: Mon, 21 Apr 2025 10:15:31 -0700 Subject: [PATCH] docs: Add changeset to PR template --- pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 29b5be9..cca2d69 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,4 +1,4 @@ -Thank you for your contribution! To help get your changes merged as quickly as possible, please fill out this template and confirm you've completed all of the pre-submission checks. +Thank you for your contribution! To help get your changes merged as quickly as possible, please fill out this template and confirm you've completed all of the pre-submission checks. You may remove this note from your PR if you'd like. Cheers, Pate @@ -9,6 +9,7 @@ Pate * [ ] Have you updated the documentation with `pnpm docs`? * [ ] Have you ran the linter with `pnpm lint:fix`? * [ ] Have you successfully ran the tests locally with `pnpm test`? +* [ ] Have you added a changeset file with `pnpm changeset`? * [ ] Please link any relevant GitHub issue here. ### New Feature Submissions (optional):