strong-error-handler/.github/ISSUE_TEMPLATE.md

35 lines
686 B
Markdown
Raw Normal View History

2016-12-06 07:37:46 +00:00
<!--
Questions:
https://groups.google.com/forum/#!forum/loopbackjs
2016-12-06 07:37:46 +00:00
https://gitter.im/strongloop/loopback
-->
# Description/Steps to reproduce
2016-12-06 07:37:46 +00:00
<!--
If feature: A description of the feature
If bug: Steps to reproduce
2016-12-06 07:37:46 +00:00
-->
# Link to reproduction sandbox
2016-12-06 07:37:46 +00:00
<!--
Link to an app sandbox for reproduction
2016-12-06 07:37:46 +00:00
Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed.
-->
2016-12-06 07:37:46 +00:00
# Expected result
2016-12-06 07:37:46 +00:00
<!--
Also include actual results if bug
-->
2016-12-06 07:37:46 +00:00
# Additional information
2016-12-06 07:37:46 +00:00
<!--
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
-->