Skip to content

Commit 7e35cdd

Browse files
committed
add a code fence
1 parent 5f66541 commit 7e35cdd

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/issue_template.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,17 @@
4747

4848
<!--
4949
If none of the above approaches are feasible or appropriate, you may use
50-
Markdown code fences (e.g. ```js ……… ```) to demonstrate the behavior here.
50+
Markdown code fences like the one below to demonstrate the behavior.
51+
5152
Please note that issues submitted with only code-fence examples will be
52-
deprioritized if they prove difficult to reproduce.
53+
deprioritized if they prove difficult to reproduce. (That is to say, try to
54+
be as complete as possible, and use baseline JavaScript that doesn't require
55+
preprocessing to execute)
5356
-->
57+
58+
```js
59+
var td = require('testdouble')
60+
61+
// Your steps here.
62+
```
63+

0 commit comments

Comments
 (0)