Skip to content

Commit c92f7a7

Browse files
committed
📝 更新 Issue 模板
1 parent 5172c90 commit c92f7a7

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ assignees: ''
88

99
#### Make sure
1010
- [ ] Upgrade the latest [release](https://github.com/fluid-dev/hexo-theme-fluid/releases).
11-
- [ ] Browser does not belong to IE and other old browsers
1211
- [ ] It can be replicated through `hexo clean && hexo s` and cleared browser cache in the localhost.
1312
- [ ] Not affected by other Hexo plugins
1413

@@ -25,4 +24,5 @@ Steps to reproduce the behavior:
2524
<!-- It is better to provide the page link that can be reproduced -->
2625

2726
#### Screenshots
28-
<!-- If applicable, add screenshots to help explain your problem. -->
27+
<!-- For front page problems, please provide a screenshot of your browser console -->
28+
<!-- For hexo command problems, please provide a screenshot of your command console -->

.github/ISSUE_TEMPLATE/bug_report_zh.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ assignees: ''
88

99
<!-- 必读 -->
1010
<!-- 1. 反馈 Bug 必须按照本模板提供足够详细的复现步骤和相关配置,否则请后退使用问题求助 -->
11-
<!-- 2. 功能如果不正常工作,请先检查自己的环境和 Hexo 插件,特别是从其他主题更换过来的用户(最简单的方式:新建目录重新 hexo init) -->
12-
<!-- 3. 只考虑本地出现的问题,如果本地运行正常,部署后有问题,这种不属于 BUG,请清除缓存或者等 CDN 刷新 -->
13-
<!-- 4. 不确定是不是 BUG 的,请后退使用问题求助 -->
11+
<!-- 2. 功能如果不正常工作,请先检查自己的环境和 Hexo 插件,特别是从其他主题更换过来的用户 -->
12+
<!-- 3. 前端页面问题,请先打开浏览器控制台(Console),自行尝试理解和解决其中的报错,确认非网络或配置问题 -->
13+
<!-- 4. 如果本地页面正常,部署后有问题,请清除缓存或者耐心等待 CDN 刷新(可能持续数小时),这不属于主题问题 -->
1414

1515
#### 请确认
1616
- [ ] 是当前最新的 [Release 版本](https://github.com/fluid-dev/hexo-theme-fluid/releases)
17-
- [ ] 浏览器不属于 IE 等非主流浏览器
1817
- [ ] 本地 `hexo clean && hexo s`,并且清除浏览器缓存,仍可复现
1918
- [ ] 已经排除是其他 Hexo 插件影响
2019

@@ -31,3 +30,5 @@ assignees: ''
3130
<!-- 最好提供部署后能复现的页面地址 -->
3231

3332
#### 截图
33+
<!-- 前端页面问题请提供浏览器控制台(Console)的截图 -->
34+
<!-- 本地 hexo 命令中报错问题请提供命令行的截图 -->

.github/ISSUE_TEMPLATE/question_zh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: 问题求助
33
about: 提出一个使用过程中遇到的问题,需要得到帮助
44
---
55

6+
<!-- 必读 -->
7+
<!-- 1. 功能如果不正常工作,请先检查自己的环境和 Hexo 插件,特别是从其他主题更换过来的用户 -->
8+
<!-- 2. 前端页面问题,请先打开浏览器控制台(Console),自行尝试理解和解决其中的报错,确认非网络或配置问题 -->
9+
<!-- 3. 如果本地页面正常,部署后有问题,请清除缓存或者耐心等待 CDN 刷新(可能持续数小时),这不属于主题问题 -->
10+
611
#### 请确认
712
- [ ] 是当前最新的 [Release 版本](https://github.com/fluid-dev/hexo-theme-fluid/releases)
813
- [ ][用户指南](https://hexo.fluid-dev.com/docs/) 中没有找到解决办法

0 commit comments

Comments
 (0)