Skip to content

Commit ce88756

Browse files
authored
Merge pull request #211 from strongloop/replicate-issue-template
Replicate issue_template from loopback repo
2 parents 4160fcc + 3500223 commit ce88756

File tree

1 file changed

+17
-24
lines changed

1 file changed

+17
-24
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,29 @@
11
<!--
2-
- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or
2+
Questions:
3+
https://groups.google.com/forum/#!forum/loopbackjs
34
https://gitter.im/strongloop/loopback
4-
5-
- Immediate support is available through our subscription plans, see
5+
Immediate support:
66
https://strongloop.com/api-connect-faqs/
7+
https://strongloop.com/node-js/subscription-plans/
78
-->
89

9-
### Bug or feature request
10+
# Description/Steps to reproduce
1011

1112
<!--
12-
Mark your choice with an "x" (eg. [x], NOT [*]).
13+
If feature: A description of the feature
14+
If bug: Steps to reproduce + link to sample repo
1315
-->
1416

15-
- [ ] Bug
16-
- [ ] Feature request
17-
18-
### Description of feature (or steps to reproduce if bug)
19-
20-
21-
22-
### Link to sample repo to reproduce issue (if bug)
23-
24-
25-
26-
### Expected result
27-
17+
# Expected result
2818

19+
<!--
20+
Also include actual results if bug
21+
-->
2922

30-
### Actual result (if bug)
31-
32-
33-
34-
### Additional information (Node.js version, LoopBack version, etc)
35-
23+
# Additional information
3624

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)