From eb440f33a3d51c4f99a6f5a5dbad578926da2d39 Mon Sep 17 00:00:00 2001
From: Prathmesh Prabhu <82062616+prprabhu-ms@users.noreply.github.com>
Date: Fri, 11 Feb 2022 09:56:13 -0800
Subject: [PATCH] Add a section for upstream sample PR(s) in PR template (#38)

---
 .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++++++++----------
 1 file changed, 20 insertions(+), 10 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ab05e292..fac3a8c4 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,18 +1,14 @@
 ## Purpose
+
 <!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
-* ...
 
-## Does this introduce a breaking change?
-<!-- Mark one with an "x". -->
-```
-[ ] Yes
-[ ] No
-```
+* ...
 
 ## Pull Request Type
-What kind of change does this Pull Request introduce?
 
+<!-- What kind of change does this Pull Request introduce? -->
 <!-- Please check the one that applies to this PR using "x". -->
+
 ```
 [ ] Bugfix
 [ ] Feature
@@ -22,7 +18,16 @@ What kind of change does this Pull Request introduce?
 [ ] Other... Please describe:
 ```
 
+## Upstream sample reference
+
+<!-- In most cases, a change here synchronizes this sample with the upstream sample. -->
+
+Links to PR(s) that made the original change in the [upstream sample](https://github.com/Azure/communication-ui-library/tree/main/samples/Calling):
+
+* ...
+
 ## How to Test
+
 *  Get the code
 
 ```
@@ -33,13 +38,18 @@ npm install
 ```
 
 * Test the code
-<!-- Add steps to run the tests suite and/or manually test -->
+
+<!-- Add steps to run the tests suite and/or manually test. -->
+
 ```
 ```
 
 ## What to Check
+
 Verify that the following are valid
+
 * ...
 
 ## Other Information
-<!-- Add any other helpful information that may be needed here. -->
\ No newline at end of file
+
+<!-- Add any other helpful information that may be needed here. -->