create issue template

This commit is contained in:
Sakib Hasan 2017-08-15 16:02:28 -04:00
parent bcfbc2a163
commit 4ad8fa0f06
1 changed files with 22 additions and 21 deletions

View File

@ -1,36 +1,37 @@
<!--
- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or
Questions:
https://groups.google.com/forum/#!forum/loopbackjs
https://gitter.im/strongloop/loopback
- Immediate support is available through our subscription plans, see
Immediate support:
https://strongloop.com/api-connect-faqs/
https://strongloop.com/node-js/subscription-plans/
-->
### Bug or feature request
# Description/Steps to reproduce
<!--
Mark your choice with an "x" (eg. [x], NOT [*]).
If feature: A description of the feature
If bug: Steps to reproduce
-->
- [ ] Bug
- [ ] Feature request
# Link to reproduction sandbox
### Description of feature (or steps to reproduce if bug)
<!--
Link to an app sandbox for reproduction
Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed.
-->
# Expected result
### Link to sample repo to reproduce issue (if bug)
### Expected result
### Actual result (if bug)
### Additional information (Node.js version, LoopBack version, etc)
<!--
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
-->