From a0aa1adc556e0cf70195140cc26085687b575f99 Mon Sep 17 00:00:00 2001 From: mirtlecn Date: Sat, 7 Dec 2024 18:02:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=20issue=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yaml | 21 +++++++++++++++++++-- .github/ISSUE_TEMPLATE/others.yaml | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bb82e77..bfb52d1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,8 +1,7 @@ name: Bug 报告 description: 我遇到了一个 bug 或是非预期行为 title: '[Bug]: ' -labels: - - bug + body: - type: input id: input @@ -45,6 +44,24 @@ body: placeholder: Squirrel 1.0.2 / Weasel 0.16.1 validations: required: true + - type: dropdown + id: schema_type + attributes: + label: 输入方案 + description: 请选择你在使用的,或者此 issue 涉及的主要输入方案 + options: + - '-- 请选择 --' + - 雾凇拼音 全拼 rime_ice + - 小鹤双拼 double_pinyin_flypy + - 智能 ABC double_pinyin_abc + - 微软双拼 double_pinyin_mspy + - 搜狗双拼 double_pinyin_sougou + - 紫光双拼 double_pinyin_ziguang + - 自然码 double_pinyin + - 仓·九宫格 t9 + - '-- 其他(在补充信息处说明)--' + validations: + required: true - type: textarea id: step_to_reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/others.yaml b/.github/ISSUE_TEMPLATE/others.yaml index befb698..1ae7b68 100644 --- a/.github/ISSUE_TEMPLATE/others.yaml +++ b/.github/ISSUE_TEMPLATE/others.yaml @@ -9,6 +9,24 @@ body: description: 用一两句话概括此 issue 的内容 validations: required: true + - type: dropdown + id: schema_type + attributes: + label: 输入方案 + description: 请选择你在使用的,或者此 issue 涉及的主要输入方案 + options: + - '-- 请选择 --' + - 雾凇拼音 全拼 rime_ice + - 小鹤双拼 double_pinyin_flypy + - 智能 ABC double_pinyin_abc + - 微软双拼 double_pinyin_mspy + - 搜狗双拼 double_pinyin_sougou + - 紫光双拼 double_pinyin_ziguang + - 自然码 double_pinyin + - 仓·九宫格 t9 + - '-- 其他(在补充信息处说明)--' + validations: + required: true - type: input id: app_version attributes: