diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ab05e29..fac3a8c 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 + +