From c92f7a7d8e4e7ec17c08cf3e540bae24618db01a Mon Sep 17 00:00:00 2001 From: zkqiang Date: Mon, 15 Aug 2022 10:36:52 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=20=E6=9B=B4=E6=96=B0=20Issue=20?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report_zh.md | 9 +++++---- .github/ISSUE_TEMPLATE/question_zh.md | 5 +++++ 3 files changed, 12 insertions(+), 6 deletions(-) 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/) 中没有找到解决办法