File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ See http://loopback.io/doc/en/contrib/triaging-pull-requests.html to understand
3+ the MINIMUM requirements for submitting pull requests.
4+ -->
5+
6+ ### Type of change
7+
8+ <!--
9+ See http://semver.org/ for more info.
10+ -->
11+
12+ - [ ] SEMVER-MAJOR -- Backwards-incompatible changes
13+ - [ ] SEMVER-MINOR -- Add functionality in a backwards-compatible manner
14+ - [ ] SEMVER-PATCH -- Backwards-compatible bug fixes
15+
16+ ### Description of change(s)
17+
18+
19+
20+ ### Link(s) to related GitHub issues
21+
22+
23+
24+ ### Checklist
25+
26+ - [ ] CLA signed
27+ - [ ] Commit message conforms with the [ Git commit message
28+ guidelines] ( http://loopback.io/doc/en/contrib/git-commit-messages.html )
29+ - [ ] New tests are added to cover all changes
30+ - [ ] Code passes ` npm test `
31+ - [ ] Code conforms with the [ style
32+ guide] ( http://loopback.io/doc/en/contrib/style-guide.html )
33+ - [ ] All CI builds are passing (semi-required, left up to discretion of the
34+ reviewer)
You can’t perform that action at this time.
0 commit comments