From 01e438d2653a81ad9a044709d3498405fe6b3d6b Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Tue, 13 Feb 2024 00:32:01 +0800 Subject: [PATCH] [opt] template --- .github/ISSUE_TEMPLATE/any-question.md | 15 --------------- .github/ISSUE_TEMPLATE/any-question.yaml | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 15 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/any-question.md create mode 100644 .github/ISSUE_TEMPLATE/any-question.yaml diff --git a/.github/ISSUE_TEMPLATE/any-question.md b/.github/ISSUE_TEMPLATE/any-question.md deleted file mode 100644 index 80b940b..0000000 --- a/.github/ISSUE_TEMPLATE/any-question.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Any Question【问题反馈】 -about: 主题使用方面任何问题或建议 -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/any-question.yaml b/.github/ISSUE_TEMPLATE/any-question.yaml new file mode 100644 index 0000000..42b47cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/any-question.yaml @@ -0,0 +1,23 @@ +name: Any Question【问题反馈】 +description: 主题使用方面任何问题或建议。 +labels: [] +body: + - type: checkboxes + id: checks + attributes: + label: 检查清单 + description: 请认真检查以下清单中的每一项,并在相符的项前打勾。 + options: + - required: true + label: 已经阅读过 [官方文档](https://xaoxuu.com/wiki/stellar/) 相关内容,并尝试进行搜索。 + - required: false + label: 尝试过在本地测试运行官方 [demo](https://github.com/xaoxuu/hexo-theme-stellar-examples/) 源码。 + - required: false + label: 尝试过在 Codespace 中测试运行官方 [demo](https://github.com/xaoxuu/hexo-theme-stellar-examples/) 源码。 + - type: textarea + id: config-file + validations: + required: true + attributes: + label: 问题描述 + description: 为了使您遇到的问题能够快速得到解决,建议先阅读并理解 [提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md) 。