From 4bc90de987f2b53c5928f85b46c3f7eba90ce817 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Mon, 28 Oct 2019 14:52:48 +1030 Subject: [PATCH] github(issue_template): use latest hexo (#3804) * issue_template: use latest hexo * use github release page --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/question-help.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f660f80d26..8aeb70f0f7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,6 +22,7 @@ Please check followings before submitting a new issue. - [ ] I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) - [ ] 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 6.9 ## Expected behavior diff --git a/.github/ISSUE_TEMPLATE/question-help.md b/.github/ISSUE_TEMPLATE/question-help.md index 662a19aba0..5757e658ab 100644 --- a/.github/ISSUE_TEMPLATE/question-help.md +++ b/.github/ISSUE_TEMPLATE/question-help.md @@ -22,6 +22,7 @@ Please check followings before submitting a new issue. - [ ] I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) - [ ] 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 6.9 ## Question