loopback/.github/ISSUE_TEMPLATE.md

27 lines
636 B
Markdown
Raw Normal View History

2016-10-06 16:35:05 +00:00
<!--
- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs
or https://gitter.im/strongloop/loopback
2016-10-06 16:35:05 +00:00
- Immediate support is available through our subscription plans,
see https://strongloop.com/api-connect-faqs/
2016-10-06 16:35:05 +00:00
-->
### Bug/Feature request
2016-10-06 16:35:05 +00:00
<!-- Description of feature
or steps to reproduce/link to sample repo if bug -->
2016-10-06 16:35:05 +00:00
### Expected result
<!-- Include both expected and actual results if bug -->
2016-10-06 16:35:05 +00:00
### Additional information
2016-10-06 16:35:05 +00:00
<!--
Copy/paste the output of these two shell commands:
2016-10-06 16:35:05 +00:00
node -e 'console.log(process.platform, process.arch, process.versions.node)'
2016-10-06 16:35:05 +00:00
npm ls --prod --depth 0 | grep loopback
-->