diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 02eb4e27f..4ecf58f28 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,6 @@ assignees: '' #### Make sure - [ ] Upgrade the latest [release](https://github.com/fluid-dev/hexo-theme-fluid/releases). -- [ ] Browser does not belong to IE and other old browsers - [ ] It can be replicated through `hexo clean && hexo s` and cleared browser cache in the localhost. - [ ] Not affected by other Hexo plugins @@ -25,4 +24,5 @@ Steps to reproduce the behavior: #### Screenshots - + + diff --git a/.github/ISSUE_TEMPLATE/bug_report_zh.md b/.github/ISSUE_TEMPLATE/bug_report_zh.md index be185776a..1c27b0d1d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_zh.md +++ b/.github/ISSUE_TEMPLATE/bug_report_zh.md @@ -8,13 +8,12 @@ assignees: '' - - - + + + #### 请确认 - [ ] 是当前最新的 [Release 版本](https://github.com/fluid-dev/hexo-theme-fluid/releases) -- [ ] 浏览器不属于 IE 等非主流浏览器 - [ ] 本地 `hexo clean && hexo s`,并且清除浏览器缓存,仍可复现 - [ ] 已经排除是其他 Hexo 插件影响 @@ -31,3 +30,5 @@ assignees: '' #### 截图 + + diff --git a/.github/ISSUE_TEMPLATE/question_zh.md b/.github/ISSUE_TEMPLATE/question_zh.md index c6b04427d..4291a8cd2 100644 --- a/.github/ISSUE_TEMPLATE/question_zh.md +++ b/.github/ISSUE_TEMPLATE/question_zh.md @@ -3,6 +3,11 @@ name: 问题求助 about: 提出一个使用过程中遇到的问题,需要得到帮助 --- + + + + + #### 请确认 - [ ] 是当前最新的 [Release 版本](https://github.com/fluid-dev/hexo-theme-fluid/releases) - [ ] 在 [用户指南](https://hexo.fluid-dev.com/docs/) 中没有找到解决办法