From 75e7ef5b4b6eae1bc0557e3dcbfb1e1ec2fa93b6 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sun, 24 May 2020 12:03:32 -0400 Subject: [PATCH] chore(doc): update issue templates --- .github/ISSUE_TEMPLATE/Bug反馈.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/功能建议.md | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/Bug反馈.md b/.github/ISSUE_TEMPLATE/Bug反馈.md index d5a49bd..9b950a2 100644 --- a/.github/ISSUE_TEMPLATE/Bug反馈.md +++ b/.github/ISSUE_TEMPLATE/Bug反馈.md @@ -1,7 +1,7 @@ --- name: Bug反馈 -about: 请按照模板填写Bug反馈,否则你的Issue可能会被直接关闭。与Icarus使用相关的问题请转至Gitter(https://gitter.im/hexo-theme-icarus/community)。 -title: '' +about: 请按照模板填写Bug反馈,否则你的Issue可能会被直接关闭。 +title: [Bug] 问题概述 labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a2184b3..5fc2cce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report -about: Please follow this template if you are reporting a bug, or your issue may be closed without further notice. And redirect your Icarus customization questions to Gitter (https://gitter.im/hexo-theme-icarus/community). -title: '' +about: Please follow this template if you are reporting a bug, or your issue may be closed without further notice. +title: [Bug] Bug summary labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ca54f91 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Gitter + url: https://gitter.im/hexo-theme-icarus/community + about: Redirect your Icarus usage questions to Gitter. + - name: Gitter + url: https://gitter.im/hexo-theme-icarus/community + about: 与Icarus使用相关的问题请转至这里。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a3dcc5b..ecd929f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request -about: Please follow this template if you are requesting a new feature, or your issue may be closed without further notice. And redirect your Icarus customization questions to Gitter (https://gitter.im/hexo-theme-icarus/community). -title: '' +about: Please follow this template if you are requesting a new feature, or your issue may be closed without further notice. +title: [FEAT] Feature request summary labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/功能建议.md b/.github/ISSUE_TEMPLATE/功能建议.md index 49bb9ce..afddc5c 100644 --- a/.github/ISSUE_TEMPLATE/功能建议.md +++ b/.github/ISSUE_TEMPLATE/功能建议.md @@ -1,7 +1,7 @@ --- name: 功能建议 -about: 请按照模板填写功能建议,否则你的Issue可能会被直接关闭。与Icarus使用相关的问题请转至Gitter(https://gitter.im/hexo-theme-icarus/community)。 -title: '' +about: 请按照模板填写功能建议,否则你的Issue可能会被直接关闭。 +title: [FEAT] 功能建议概述 labels: '' assignees: ''