From 6f2f85073d16ee44743d6203dc9909dacdc2ae37 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Fri, 17 Oct 2025 13:57:42 -0400 Subject: [PATCH] Update PR template (#11420) --- .github/pull_request_template.md | 33 +++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 651810028e..7ee414958c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,31 @@ -- [ ] This change is worth documenting at https://docs.all-hands.dev/ -- [ ] Include this change in the Release Notes. If checked, you **must** provide an **end-user friendly** description for your change below +## Summary of PR -**End-user friendly description of the problem this fixes or functionality this introduces.** + +## Change Type ---- -**Summarize what the PR does, explaining any non-trivial design decisions.** + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Refactor +- [ ] Other (dependency update, docs, typo fixes, etc.) ---- -**Link of any specific issues this addresses:** +## Checklist + +- [ ] I have read and reviewed the code and I understand what the code is doing. +- [ ] I have tested the code to the best of my ability and ensured it works as expected. + +## Fixes + + + +Resolves #(issue) + +## Release Notes + + + +- [ ] Include this change in the Release Notes.