diff options
Diffstat (limited to 'node_modules/snekfetch/.github/ISSUE_TEMPLATE.md')
| -rw-r--r-- | node_modules/snekfetch/.github/ISSUE_TEMPLATE.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/snekfetch/.github/ISSUE_TEMPLATE.md b/node_modules/snekfetch/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..2033e79 --- /dev/null +++ b/node_modules/snekfetch/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +Snekfetch version or commit hash: + + +Explaination of issue: + + +Example code to reproduce: +```js +// code here +``` + + +- [ ] Issue occurs in browser +- [ ] Issue occurs in node |