From c79cc92b3740c0aad3505341c0576470ce7b05d9 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 6 Feb 2025 15:57:22 -0800 Subject: [PATCH] Update PR Template to be much more succinct --- .github/PULL_REQUEST_TEMPLATE.md | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f87c90823..044518abf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,30 +1,11 @@ # What does this PR do? +[Provide a short summary of what this PR does and why. Link to relevant issues if applicable.] - - - - +[//]: # (If resolving an issue, uncomment and update the line below) +[//]: # (Closes #[issue-number]) ## Test Plan +[Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*] - - - - - +[//]: # (## Documentation) +[//]: # (- [ ] Added a Changelog entry if the change is significant)