UNPKG

694 BMarkdownView Raw
1<!--
2Please provide a high-level description of the changes made by your pull request.
3
4Include references to all related GitHub issues and other pull requests, for example:
5
6Fixes #123
7Implements #254
8See also #23
9-->
10
11## Checklist
12
13👉 [Read and sign the CLA (Contributor License Agreement)](https://cla.strongloop.com/agreements/strongloop/loopback-connector) 👈
14
15- [ ] `npm test` passes on your machine
16- [ ] New tests added or existing tests modified to cover all changes
17- [ ] Code conforms with the [style guide](https://loopback.io/doc/en/contrib/style-guide-es6.html)
18- [ ] Commit messages are following our [guidelines](https://loopback.io/doc/en/contrib/git-commit-messages.html)