Skip to content

Commit 3500223

Browse files
committed
Replicate new issue_template from loopback
1 parent 44c10e7 commit 3500223

File tree

1 file changed

+29
-21
lines changed

1 file changed

+29
-21
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
<!-- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs
2-
or https://gitter.im/strongloop/loopback
3-
4-
Immediate support is available through our subscription plans,
5-
see https://strongloop.com/api-connect-faqs/ -->
6-
7-
### Bug/Feature request
8-
9-
<!-- Description of feature
10-
or steps to reproduce/link to sample repo if bug -->
11-
12-
### Expected result
13-
14-
<!-- Include both expected and actual results if bug -->
15-
16-
### Additional information
17-
18-
<!-- Copy/paste the output of the following commands:
19-
20-
node -e 'console.log(process.platform, process.arch, process.versions.node)'
21-
npm ls --prod --depth 0 | grep loopback -->
1+
<!--
2+
Questions:
3+
https://groups.google.com/forum/#!forum/loopbackjs
4+
https://gitter.im/strongloop/loopback
5+
Immediate support:
6+
https://strongloop.com/api-connect-faqs/
7+
https://strongloop.com/node-js/subscription-plans/
8+
-->
9+
10+
# Description/Steps to reproduce
11+
12+
<!--
13+
If feature: A description of the feature
14+
If bug: Steps to reproduce + link to sample repo
15+
-->
16+
17+
# Expected result
18+
19+
<!--
20+
Also include actual results if bug
21+
-->
22+
23+
# Additional information
24+
25+
<!--
26+
Copy+paste the output of these two commands:
27+
node -e 'console.log(process.platform, process.arch, process.versions.node)'
28+
npm ls --prod --depth 0 | grep loopback
29+
-->

0 commit comments

Comments
 (0)