File tree 1 file changed +17
-24
lines changed
1 file changed +17
-24
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- - Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or
2
+ Questions:
3
+ https://groups.google.com/forum/#!forum/loopbackjs
3
4
https://gitter.im/strongloop/loopback
4
-
5
- - Immediate support is available through our subscription plans, see
5
+ Immediate support:
6
6
https://strongloop.com/api-connect-faqs/
7
+ https://strongloop.com/node-js/subscription-plans/
7
8
-->
8
9
9
- ### Bug or feature request
10
+ # Description/Steps to reproduce
10
11
11
12
<!--
12
- Mark your choice with an "x" (eg. [x], NOT [*]).
13
+ If feature: A description of the feature
14
+ If bug: Steps to reproduce + link to sample repo
13
15
-->
14
16
15
- - [ ] Bug
16
- - [ ] Feature request
17
-
18
- ### Description of feature (or steps to reproduce if bug)
19
-
20
-
21
-
22
- ### Link to sample repo to reproduce issue (if bug)
23
-
24
-
25
-
26
- ### Expected result
27
-
17
+ # Expected result
28
18
19
+ <!--
20
+ Also include actual results if bug
21
+ -->
29
22
30
- ### Actual result (if bug)
31
-
32
-
33
-
34
- ### Additional information (Node.js version, LoopBack version, etc)
35
-
23
+ # Additional information
36
24
25
+ <!--
26
+ Copy+paste the output of these two commands:
27
+ node -e 'console.log(process.platform, process.arch, process.versions.node)'
28
+ npm ls --prod --depth 0 | grep loopback
29
+ -->
You can’t perform that action at this time.
0 commit comments