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

Commit 41abc82

Browse files
author
Sakib Hasan
authored
Create Issue and PR Templates (#30)
* create issue template * create pr template
1 parent e1f8136 commit 41abc82

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@ Immediate support:
1111

1212
<!--
1313
If feature: A description of the feature
14-
If bug: Steps to reproduce + link to sample repo
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.
1523
-->
1624

1725
# Expected result

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 4 deletions
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)