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 + -* ... -## Does this introduce a breaking change? - -``` -[ ] Yes -[ ] No -``` +* ... ## Pull Request Type -What kind of change does this Pull Request introduce? + + ``` [ ] Bugfix [ ] Feature @@ -22,7 +18,16 @@ What kind of change does this Pull Request introduce? [ ] Other... Please describe: ``` +## Upstream sample reference + + + +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 - + + + ``` ``` ## What to Check + Verify that the following are valid + * ... ## Other Information - \ No newline at end of file + +