You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure the checklist boxes are all checked before submitting the PR. The checklist
3
-
is intended as a quick reference, for complete details please see our Contributor Guidelines:
2
+
Please 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:
<!-- 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. -->
15
26
16
-
### What testing has been done on this change?
17
27
18
28
19
29
### Checklist
20
-
-[ ][Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21
-
-[ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22
-
-[ ] Added automated test coverage as appropriate for this change.
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/))
0 commit comments