This repository was archived by the owner on Aug 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,15 @@ Immediate support:
11
11
12
12
<!--
13
13
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.
15
23
-->
16
24
17
25
# Expected result
Original file line number Diff line number Diff line change 6
6
<!--
7
7
Please use the following link syntaxes:
8
8
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)
11
11
-->
12
12
13
- - None
13
+ - connect to <link_to_referenced_issue>
14
14
15
15
### Checklist
16
16
17
17
<!--
18
- Please mark your choice with an "x" (i.e. [x], see
18
+ - Please mark your choice with an "x" (i.e. [x], see
19
19
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)
20
+ - PR's without test coverage will be closed.
20
21
-->
21
22
22
23
- [ ] New tests added or existing tests modified to cover all changes
You can’t perform that action at this time.
0 commit comments