Replicate issue_template from loopback repo
This commit is contained in:
parent
79d9ddb835
commit
f39fe30e47
|
@ -1,36 +1,21 @@
|
||||||
<!--
|
<!-- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs
|
||||||
- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or
|
or https://gitter.im/strongloop/loopback
|
||||||
https://gitter.im/strongloop/loopback
|
|
||||||
|
|
||||||
- Immediate support is available through our subscription plans, see
|
Immediate support is available through our subscription plans,
|
||||||
https://strongloop.com/api-connect-faqs/
|
see https://strongloop.com/api-connect-faqs/ -->
|
||||||
-->
|
|
||||||
|
|
||||||
### Bug or feature request
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Mark your choice with an "x" (eg. [x], NOT [*]).
|
|
||||||
-->
|
|
||||||
|
|
||||||
- [ ] Bug
|
|
||||||
- [ ] Feature request
|
|
||||||
|
|
||||||
### Description of feature (or steps to reproduce if bug)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Link to sample repo to reproduce issue (if bug)
|
|
||||||
|
|
||||||
|
### Bug/Feature request
|
||||||
|
|
||||||
|
<!-- Description of feature
|
||||||
|
or steps to reproduce/link to sample repo if bug -->
|
||||||
|
|
||||||
### Expected result
|
### Expected result
|
||||||
|
|
||||||
|
<!-- Include both expected and actual results if bug -->
|
||||||
|
|
||||||
|
### Additional information
|
||||||
|
|
||||||
### Actual result (if bug)
|
<!-- Copy/paste the output of the following commands:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Additional information (Node.js version, LoopBack version, etc)
|
|
||||||
|
|
||||||
|
|
||||||
|
node -e 'console.log(process.platform, process.arch, process.versions.node)'
|
||||||
|
npm ls --prod --depth 0 | grep loopback -->
|
||||||
|
|
Loading…
Reference in New Issue