Skip to content

Commit e8fb022

Browse files
authored
Merge pull request #31 from strongloop/update-support-URL
Replicate .github from loopback repo
2 parents 4819166 + 571af42 commit e8fb022

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--
2+
- Please ask questions at https://groups.google.com/forum/#!forum/loopbackjs or
3+
https://gitter.im/strongloop/loopback
4+
5+
- Immediate support is available through our subscription plans, see
6+
https://strongloop.com/api-connect-faqs/
7+
-->
8+
9+
### Bug or feature request
10+
11+
<!--
12+
Mark your choice with an "x" (eg. [x], NOT [*]).
13+
-->
14+
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+
28+
29+
30+
### Actual result (if bug)
31+
32+
33+
34+
### Additional information (Node.js version, LoopBack version, etc)
35+
36+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Description
2+
3+
4+
#### Related issues
5+
6+
<!--
7+
Please use the following link syntaxes:
8+
9+
- #49 (to reference issues in the current repository)
10+
- strongloop/loopback#49 (to reference issues in another repository)
11+
-->
12+
13+
- None
14+
15+
### Checklist
16+
17+
<!--
18+
Please mark your choice with an "x" (i.e. [x], see
19+
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
20+
-->
21+
22+
- [ ] New tests added or existing tests modified to cover all changes
23+
- [ ] Code conforms with the [style
24+
guide](http://loopback.io/doc/en/contrib/style-guide.html)

0 commit comments

Comments
 (0)