-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,29 @@ | ||
<!-- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs | ||
or https://gitter.im/strongloop/loopback | ||
Immediate support is available through our subscription plans, | ||
see https://strongloop.com/api-connect-faqs/ --> | ||
|
||
### Bug/Feature request | ||
|
||
<!-- Description of feature | ||
or steps to reproduce/link to sample repo if bug --> | ||
|
||
### Expected result | ||
|
||
<!-- Include both expected and actual results if bug --> | ||
|
||
### Additional information | ||
|
||
<!-- Copy/paste the output of the following commands: | ||
node -e 'console.log(process.platform, process.arch, process.versions.node)' | ||
npm ls --prod --depth 0 | grep loopback --> | ||
<!-- | ||
Questions: | ||
https://groups.google.com/forum/#!forum/loopbackjs | ||
https://gitter.im/strongloop/loopback | ||
Immediate support: | ||
https://strongloop.com/api-connect-faqs/ | ||
https://strongloop.com/node-js/subscription-plans/ | ||
--> | ||
|
||
# Description/Steps to reproduce | ||
|
||
<!-- | ||
If feature: A description of the feature | ||
If bug: Steps to reproduce + link to sample repo | ||
--> | ||
|
||
# Expected result | ||
|
||
<!-- | ||
Also include actual results if bug | ||
--> | ||
|
||
# Additional information | ||
|
||
<!-- | ||
Copy+paste the output of these two commands: | ||
node -e 'console.log(process.platform, process.arch, process.versions.node)' | ||
npm ls --prod --depth 0 | grep loopback | ||
--> |