-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0705173
commit 7cd71f1
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
### Overview | ||
|
||
<!-- Describe your changes here. --> | ||
|
||
### Issues Resolved | ||
<!-- Please use the format "fixes #xx" --> | ||
|
||
- fixes # | ||
|
||
### API Changes | ||
<!-- List all changes here (or just put None) --> | ||
|
||
None | ||
|
||
### Platforms Affected | ||
<!-- Please list all platforms affected by these changes --> | ||
|
||
- All | ||
- iOS | ||
- Android | ||
- UWP | ||
|
||
### Behavioral Changes | ||
<!-- Describe any changes that may change how a user's app behaves or appears when upgrading to this version of the codebase. --> | ||
|
||
None | ||
|
||
### Testing Procedure | ||
<!-- Please list the steps that should be taken to properly test these changes on each relevant platform. If you were unable to test these changes yourself on any or all platforms, please let us know. Also, if you are able to attach a video of your test run, you will be our personal hero. --> | ||
|
||
### PR Checklist ### | ||
|
||
- [ ] Rebased on top of the target branch at time of PR | ||
- [ ] Changes adhere to coding standard |