Skip to content

Commit 1323f96

Browse files
tomapyoshinorin
authored andcommitted
add nodejs min version + ask for github repo (#3509)
1 parent 979c988 commit 1323f96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ Before you submit your issue, please provide the following information as much a
55

66
## Environment Info
77

8-
Node version(`node -v`):
8+
Node version(`node -v`: **Should be at least nodejs 6.9. If not, please update before posting an issue!**):
99

1010
Your site `_config.yml` (Optional):
1111

1212
Your theme `_config.yml` (Optional):
1313

1414
Hexo and Plugin version(`npm ls --depth 0`):
1515

16+
Your package.json `package.json`:
17+
1618
## For BUG
1719

1820
<!--
@@ -24,6 +26,10 @@ Hexo and Plugin version(`npm ls --depth 0`):
2426
<!-- If you find that markdown files are not rendered as expected, please go to https://marked.js.org/demo/ to see if it can be reproduced there. If it can be reproduced, please file a bug to https://github.com/markedjs/marked.
2527
-->
2628

29+
<!--
30+
If you want help on your bug, please also send us the github repository where your hexo code is stored. If it is not on github, please post if on github, it would greatly help.
31+
-->
32+
2733
## For question
2834

2935
<!-- Question description -->

0 commit comments

Comments
 (0)