|
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 |
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 |
| 17 | +# Link to reproduction sandbox |
27 | 18 |
|
| 19 | +<!-- |
| 20 | +Link to an app sandbox for reproduction |
28 | 21 |
|
| 22 | +Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed. |
| 23 | +--> |
29 | 24 |
|
30 |
| -### Actual result (if bug) |
31 |
| - |
32 |
| - |
| 25 | +# Expected result |
33 | 26 |
|
34 |
| -### Additional information (Node.js version, LoopBack version, etc) |
| 27 | +<!-- |
| 28 | +Also include actual results if bug |
| 29 | +--> |
35 | 30 |
|
| 31 | +# Additional information |
36 | 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 | +--> |
0 commit comments