File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed
Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ Questions:
3+ https://groups.google.com/forum/#!forum/loopbackjs
4+ https://gitter.im/strongloop/loopback
5+ Immediate support:
6+ https://strongloop.com/api-connect-faqs/
7+ https://strongloop.com/node-js/subscription-plans/
8+ -->
9+
10+ # Description/Steps to reproduce
11+
12+ <!--
13+ If feature: A description of the feature
14+ If bug: Steps to reproduce
15+ -->
16+
17+ # Link to reproduction sandbox
18+
19+ <!--
20+ Link to an app sandbox for reproduction
21+
22+ Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed.
23+ -->
24+
25+ # Expected result
26+
27+ <!--
28+ Also include actual results if bug
29+ -->
30+
31+ # Additional information
32+
33+ <!--
34+ Copy+paste the output of these two commands:
35+ node -e 'console.log(process.platform, process.arch, process.versions.node)'
36+ npm ls --prod --depth 0 | grep loopback
37+ -->
Original file line number Diff line number Diff line change 1+ ### Description
2+
3+
4+ #### Related issues
5+
6+ <!--
7+ Please use the following link syntaxes:
8+
9+ - connect to #49 (to reference issues in the current repository)
10+ - connect to strongloop/loopback#49 (to reference issues in another repository)
11+ -->
12+
13+ - connect to <link_to_referenced_issue>
14+
15+ ### Checklist
16+
17+ <!--
18+ - Please mark your choice with an "x" (i.e. [x], see
19+ https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
20+ - PR's without test coverage will be closed.
21+ -->
22+
23+ - [ ] New tests added or existing tests modified to cover all changes
24+ - [ ] Code conforms with the [ style
25+ guide] ( http://loopback.io/doc/en/contrib/style-guide.html )
You can’t perform that action at this time.
0 commit comments