Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit 344762a

Browse files
author
Sakib Hasan
authored
Create Issue and PR Templates (#17)
* create issue template * create pr template
1 parent 0b857dc commit 344762a

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

.github/ISSUE_TEMPLATE.md

+22-21
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
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
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
17+
# Link to reproduction sandbox
2718

19+
<!--
20+
Link to an app sandbox for reproduction
2821
22+
Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed.
23+
-->
2924

30-
### Actual result (if bug)
31-
32-
25+
# Expected result
3326

34-
### Additional information (Node.js version, LoopBack version, etc)
27+
<!--
28+
Also include actual results if bug
29+
-->
3530

31+
# Additional information
3632

33+
<!--
34+
Copy+paste the output of these two commands:
35+
node -e 'console.log(process.platform, process.arch, process.versions.node)'
36+
npm ls --prod --depth 0 | grep loopback
37+
-->

.github/PULL_REQUEST_TEMPLATE.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
<!--
77
Please use the following link syntaxes:
88
9-
- #49 (to reference issues in the current repository)
10-
- strongloop/loopback#49 (to reference issues in another repository)
9+
- connect to #49 (to reference issues in the current repository)
10+
- connect to strongloop/loopback#49 (to reference issues in another repository)
1111
-->
1212

13-
- None
13+
- connect to <link_to_referenced_issue>
1414

1515
### Checklist
1616

1717
<!--
18-
Please mark your choice with an "x" (i.e. [x], see
18+
- Please mark your choice with an "x" (i.e. [x], see
1919
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
20+
- PR's without test coverage will be closed.
2021
-->
2122

2223
- [ ] New tests added or existing tests modified to cover all changes

0 commit comments

Comments
 (0)