|
| 1 | +GitHub Issue (If applicable): # |
| 2 | + |
| 3 | +<!-- Link to relevant GitHub issue if applicable. All PRs should be associated with an issue (GitHub issue or internal) --> |
| 4 | + |
| 5 | +## PR Type |
| 6 | + |
| 7 | +What kind of change does this PR introduce? |
| 8 | +<!-- Please uncomment one ore more that apply to this PR |
| 9 | +
|
| 10 | +- Bugfix |
| 11 | +- Feature |
| 12 | +- Code style update (formatting) |
| 13 | +- Refactoring (no functional changes, no api changes) |
| 14 | +- Build or CI related changes |
| 15 | +- Documentation content changes |
| 16 | +- Project automation |
| 17 | +- Other... Please describe: |
| 18 | +
|
| 19 | +--> |
| 20 | + |
| 21 | +## What is the current behavior? |
| 22 | + |
| 23 | +<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> |
| 24 | + |
| 25 | + |
| 26 | +## What is the new behavior? |
| 27 | + |
| 28 | +<!-- Please describe the new behavior after your modifications. --> |
| 29 | + |
| 30 | + |
| 31 | +## PR Checklist |
| 32 | + |
| 33 | +Please check if your PR fulfills the following requirements: |
| 34 | + |
| 35 | +- [ ] Tested code with current [supported SDKs](../README.md#supported) |
| 36 | +- [ ] Docs have been added/updated which fit [documentation template](https://github.com/nventive/Uno/blob/master/doc/.feature-template.md). (for bug fixes / features) |
| 37 | +- [ ] [Unit Tests and/or UI Tests](doc/articles/working-with-the-samples-apps.md) for the changes have been added (for bug fixes / features) (if applicable) |
| 38 | +- [ ] [Wasm UI Tests](doc/articles/working-with-the-samples-apps.md#running-the-webassembly-ui-tests-snapshots) are not showing unexpected any differences. Validate PR `Screenshots Compare Test Run` results. |
| 39 | +- [ ] Contains **NO** breaking changes |
| 40 | +- [ ] Updated the [Release Notes](https://github.com/nventive/Uno/tree/master/doc/ReleaseNotes) |
| 41 | +- [ ] Associated with an issue (GitHub or internal) |
| 42 | + |
| 43 | +<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. |
| 44 | + Please note that breaking changes are likely to be rejected --> |
| 45 | + |
| 46 | + |
| 47 | +## Other information |
| 48 | + |
| 49 | +<!-- Please provide any additional information if necessary --> |
| 50 | + |
| 51 | +Internal Issue (If applicable): |
| 52 | +<!-- Link to relevant internal issue if applicable. All PRs should be associated with an issue (GitHub issue or internal) --> |
0 commit comments