From b504c2309491f576e97f58de2552e0c3abf450f2 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Fri, 8 May 2020 20:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20issue=20=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/1-a.md | 4 ++-- .github/ISSUE_TEMPLATE/1-b.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 4 +++- .github/ISSUE_TEMPLATE/other-issue.md | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-a.md b/.github/ISSUE_TEMPLATE/1-a.md index f529c81..76ea82c 100644 --- a/.github/ISSUE_TEMPLATE/1-a.md +++ b/.github/ISSUE_TEMPLATE/1-a.md @@ -1,5 +1,5 @@ --- -name: 帮助流程A. 使用遇到问题(主题未经修改) +name: 帮助流程A:使用遇到问题(主题未经修改) about: 此流程适用于直接使用主题搭建博客的用户,在仅仅修改了主题配置文件、Hexo配置文件、增加了自己的文章,这种情况下无法成功搭建或者部署的问题。 title: '' labels: 'help-a' @@ -25,7 +25,7 @@ assignees: '' ### 第二步 -下载文档源码,然后下载主题源码到 themes/volantis ,执行 `npm install` 安装依赖包,执行 `hexo s` 运行,查看结果是否存在相同的问题。 +下载[文档源码](https://github.com/xaoxuu/volantis-docs/),然后下载主题源码到 themes/volantis ,执行 `npm install` 安装依赖包,执行 `hexo s` 运行,查看结果是否存在相同的问题。 - A. 如果正常,请一步一步将配置文件修改为您原来的设定,直至找到出问题的地方。 - B. 如果依然存在异常,请检查 Hexo 环境配置,或者重新安装 Hexo。 diff --git a/.github/ISSUE_TEMPLATE/1-b.md b/.github/ISSUE_TEMPLATE/1-b.md index 78e6aab..9be816a 100644 --- a/.github/ISSUE_TEMPLATE/1-b.md +++ b/.github/ISSUE_TEMPLATE/1-b.md @@ -1,5 +1,5 @@ --- -name: 帮助流程B. 使用遇到问题(主题文件 ejs、js、css、第三方插件等有修改) +name: 帮助流程B:使用遇到问题(主题文件 ejs、js、css、第三方插件等有修改) about: 此流程适用于 fork 主题并对主题文件(ejs、js、css 等)进行了修改后搭建博客的用户,无法成功搭建或者部署的问题。 title: '' labels: 'help-b' diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index a231be6..af11a2a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,6 @@ --- name: 提交一个建议 -about: Suggest an idea for this project +about: 希望增加或者调整某项功能 title: '' labels: 'suggest' assignees: '' @@ -17,3 +17,5 @@ assignees: '' - [ ] 我已阅读Hexo官方文档,确认不存在此功能。 ## 需求描述 + + diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md index 8e04533..a8e0e8a 100644 --- a/.github/ISSUE_TEMPLATE/other-issue.md +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -1,6 +1,6 @@ --- name: Other Issue -about: Others +about: 要表述的内容不属于上述模板的范围 title: '' labels: '' assignees: ''