Skip to content

Commit

Permalink
Add a section for upstream sample PR(s) in PR template (Azure-Samples#38
Browse files Browse the repository at this point in the history
)
  • Loading branch information
prprabhu-ms authored Feb 11, 2022
1 parent 7b7179b commit eb440f3
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

```
Expand All @@ -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. -->

<!-- Add any other helpful information that may be needed here. -->

0 comments on commit eb440f3

Please sign in to comment.