From d838109aa3b3a26fa476142548046fc8af189d87 Mon Sep 17 00:00:00 2001 From: "cursor[bot]" <206951365+cursor[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:37:52 -0400 Subject: [PATCH] Remove changeset requirement from PR template (#4982) - Remove the changeset checklist item from PR template as requested - Contributors no longer need to create changesets for PRs - Automated changeset workflows remain in place for version management Co-authored-by: Cursor Agent --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6ae2fd2fa5..ccf8f8e7c7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -60,7 +60,6 @@ Detail the steps to test your changes. This helps reviewers verify your work. - [ ] The application builds successfully with my changes. - [ ] **Branch Hygiene**: My branch is up-to-date (rebased) with the `main` branch. - [ ] **Documentation Impact**: I have considered if my changes require documentation updates (see "Documentation Updates" section below). -- [ ] **Changeset**: A changeset has been created using `npm run changeset` if this PR includes user-facing changes or dependency updates. - [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](/CONTRIBUTING.md). ### Screenshots / Videos