Skip to content

Commit dfd9934

Browse files
author
Sakib Hasan
authored
Create Issue and PR Templates (#62)
* create issue template * create pr template
1 parent a9d1142 commit dfd9934

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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
15+
-->
16+
17+
# Link to reproduction sandbox
18+
19+
<!--
20+
Link to an app sandbox for reproduction
21+
22+
Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed.
23+
-->
24+
25+
# Expected result
26+
27+
<!--
28+
Also include actual results if bug
29+
-->
30+
31+
# Additional information
32+
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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### Description
2+
3+
4+
#### Related issues
5+
6+
<!--
7+
Please use the following link syntaxes:
8+
9+
- connect to #49 (to reference issues in the current repository)
10+
- connect to strongloop/loopback#49 (to reference issues in another repository)
11+
-->
12+
13+
- connect to <link_to_referenced_issue>
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+
- PR's without test coverage will be closed.
21+
-->
22+
23+
- [ ] New tests added or existing tests modified to cover all changes
24+
- [ ] Code conforms with the [style
25+
guide](http://loopback.io/doc/en/contrib/style-guide.html)

0 commit comments

Comments
 (0)