From 33fa81747112d35c829a9fb0b267853b2762c276 Mon Sep 17 00:00:00 2001 From: Ashvin Nihalani Date: Fri, 20 Mar 2026 19:41:51 -0700 Subject: [PATCH] Update pull request template for clarity and focus Removed old PR template content and updated checklist format. --- .github/pull_request_template.md | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d072562..8709e44 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,42 +1,14 @@ - - ## What Changed - - ## Why - ## Validation - ## Maintenance Impact - ## UI Changes - - ## Checklist - -- [ ] This PR is small and focused -- [ ] I explained what changed and why -- [ ] I listed the validation I ran -- [ ] I ran `bun fmt`, `bun lint`, and `bun typecheck` -- [ ] I included before/after screenshots for any UI changes -- [ ] I included a video for animation/interaction changes