2016-12-06 07:29:36 +00:00
|
|
|
<!--
|
2019-10-07 08:58:07 +00:00
|
|
|
Please provide a high-level description of the changes made by your pull request.
|
2016-12-06 07:29:36 +00:00
|
|
|
|
2019-10-07 08:58:07 +00:00
|
|
|
Include references to all related GitHub issues and other pull requests, for example:
|
2016-12-06 07:29:36 +00:00
|
|
|
|
2019-10-07 08:58:07 +00:00
|
|
|
Fixes #123
|
|
|
|
Implements #254
|
|
|
|
See also #23
|
|
|
|
-->
|
2016-12-06 07:29:36 +00:00
|
|
|
|
2019-10-07 08:58:07 +00:00
|
|
|
## Checklist
|
2016-12-06 07:29:36 +00:00
|
|
|
|
2020-08-18 16:03:23 +00:00
|
|
|
- [ ] [Sign off your commits](https://loopback.io/doc/en/contrib/code-contrib.html) with DCO (Developer Certificate of Origin)
|
2019-10-07 08:58:07 +00:00
|
|
|
- [ ] `npm test` passes on your machine
|
2016-12-06 07:29:36 +00:00
|
|
|
- [ ] New tests added or existing tests modified to cover all changes
|
2019-10-07 08:58:07 +00:00
|
|
|
- [ ] Code conforms with the [style guide](https://loopback.io/doc/en/contrib/style-guide-es6.html)
|
|
|
|
- [ ] Commit messages are following our [guidelines](https://loopback.io/doc/en/contrib/git-commit-messages.html)
|