From 811651bf30b6a7603dc38a764acbf3a63b050145 Mon Sep 17 00:00:00 2001 From: UtkarshMishra-Microsoft Date: Wed, 11 Dec 2024 15:52:37 +0530 Subject: [PATCH] Template Updated --- .github/pull_request_template.md | 47 +++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 894b57a0..1041c9ba 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,25 +1,40 @@ -### Motivation and Context - - +## Purpose + +* ... -### Description +## Does this introduce a breaking change? + - +- [ ] Yes +- [ ] No + -### Contribution Checklist +## Golden Path Validation +- [ ] I have tested the primary workflows (the "golden path") to ensure they function correctly without errors. - +## Deployment Validation +- [ ] I have validated the deployment process successfully and all services are running as expected with this change. +## What to Check +Verify that the following are valid - [ ] I have built and tested the code locally and in a deployed app - [ ] For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files. - [ ] This is a change for all users of this app. No code or asset is specific to my use case or my organization. -- [ ] I didn't break any existing functionality :smile: + + +## Other Information + \ No newline at end of file