UNPKG

1.12 kBMarkdownView Raw
1<!--
2Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines:
3
4http://cordova.apache.org/contribute/contribute_guidelines.html
5
6Thanks!
7-->
8
9### Platforms affected
10
11
12
13### Motivation and Context
14<!-- Why is this change required? What problem does it solve? -->
15<!-- If it fixes an open issue, please link to the issue here. -->
16
17
18
19### Description
20<!-- Describe your changes in detail -->
21
22
23
24### Testing
25<!-- Please describe in detail how you tested your changes. -->
26
27
28
29### Checklist
30
31- [ ] I've run the tests to see all new and existing tests pass
32- [ ] I added automated test coverage as appropriate for this change
33- [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`)
34- [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/))
35- [ ] I've updated the documentation if necessary