Skip to content

Commit

Permalink
chore(issue-template): fix link to Node version requirement (#4494)
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Aug 24, 2020
1 parent 6635f2c commit 39da369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please check followings before submitting a new issue.
- [ ] I have already searched existing issues and they are not help to me
- [ ] I examined error or warning messages and it's difficult to solve
- [ ] Using [the latest](https://github.com/hexojs/hexo/releases) version of Hexo (run `hexo version` to check)
- [ ] Node.js is higher than [minimum required version](https://hexo.io/docs/#Compatibility)
- [ ] Node.js is higher than [minimum required version](https://hexo.io/docs/#Minimum-required-Node-js-version)

## Expected behavior

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Please check followings before submitting a new issue.
- [ ] I have already searched existing issues and they are not help to me
- [ ] I examined error or warning messages and it's difficult to solve
- [ ] Using [the latest](https://github.com/hexojs/hexo/releases) version of Hexo (run `hexo version` to check)
- [ ] Node.js is higher than 8.6.0
- [ ] Node.js is higher than [minimum required version](https://hexo.io/docs/#Minimum-required-Node-js-version)

## Question

Expand Down

0 comments on commit 39da369

Please sign in to comment.