We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f66541 commit 7e35cddCopy full SHA for 7e35cdd
.github/issue_template.md
@@ -47,7 +47,17 @@
47
48
<!--
49
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.
+ Markdown code fences like the one below to demonstrate the behavior.
51
+
52
Please note that issues submitted with only code-fence examples will be
- 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)
56
-->
57
58
+```js
59
+var td = require('testdouble')
60
61
+// Your steps here.
62
+```
63
0 commit comments