From b5ec45031689b698daff1619d9a95e326c8eb814 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Sat, 26 Oct 2019 12:00:36 +0100 Subject: [PATCH 1/2] issue_template: use latest hexo --- .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..0e4b041cd8 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://www.npmjs.com/package/hexo?activeTab=versions) 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..cf2568e956 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://www.npmjs.com/package/hexo?activeTab=versions) version of Hexo (run `hexo version` to check) - [ ] Node.js is higher than 6.9 ## Question From cf5f2b7edccf195b84e8a0dc81699eff27efedcc Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Mon, 28 Oct 2019 03:45:06 +0000 Subject: [PATCH 2/2] use github release page --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/question-help.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0e4b041cd8..8aeb70f0f7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,7 +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://www.npmjs.com/package/hexo?activeTab=versions) version of Hexo (run `hexo version` to check) +- [ ] 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 cf2568e956..5757e658ab 100644 --- a/.github/ISSUE_TEMPLATE/question-help.md +++ b/.github/ISSUE_TEMPLATE/question-help.md @@ -22,7 +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://www.npmjs.com/package/hexo?activeTab=versions) version of Hexo (run `hexo version` to check) +- [ ] 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