Skip to content

Commit

Permalink
chore: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
mirtlecn committed Dec 29, 2024
1 parent d279ad4 commit 7ed5167
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 25 deletions.
53 changes: 34 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,52 @@ body:
- type: checkboxes
id: check_box
attributes:
label: 基本检查
description: 如实勾选相关选项,以提高沟通的效率
label: 我确认以下信息
description: 必要检查
options:
- label: 我使用的是雾凇拼音 iDvel/rime-ice
required: true
- label: 我搜索了过往的 issue,没找到解决办法
- label: 我搜索了过往的 issue、官方文档、常见问题,都没找到解决办法:https://github.com/iDvel/rime-ice/issues?q=
required: true
- label: 我查看了置顶 issue 和详细介绍,没找到解决办法
required: true
- label: 不对雾凇拼音进行任何修改,也会有这个问题
required: false
- label: 雾凇拼音最新 commit 或 Nightly 版,仍然有这个问题
required: false
- label: 我知晓:如果此 issue 不符合模板,或者长时间不活跃,会被无条件关闭
- label: 如果此 issue 不符合模板,或者长时间不活跃,会被无条件关闭
required: true
- type: dropdown
id: is_custom
attributes:
label: 是否和自定义配置相关?
description: 不对雾凇拼音进行任何修改,仅使用官方配置,有没有这个问题
options:
- "-- 请选择 --"
- "我不清楚"
- "使用原版配置,则没有这个问题(请在「自定义配置」栏贴出配置)"
- "使用原版配置,也有这个问题"
validations:
required: true
- type: dropdown
id: is_old
attributes:
label: 是否已经在新提交中修复?
description: 使用雾凇拼音最新 commit 或 nightly 版,是不是仍然有这个问题
options:
- "-- 请选择 --"
- "我不清楚"
- "使用最新配置,则没有这个问题(请尝试更新雾凇拼音)"
- "使用最新配置,也有这个问题"
validations:
required: true
- type: input
id: os_version
attributes:
label: 系统信息
description: 请提供你能复现此问题的系统名称,以及版本号
placeholder: macOS 14.5 / Windows 11 23H2 / Ubuntu 22.04 LTS
description: 这个议题涉及的,或者是你在使用的系统及版本号(Unix/Linux 请提供具体发行版名称,Android 请说明 Android 版本以及 ROM 名,如 HyperOS、Flyme)
placeholder: macOS 14.5 / Windows 11 23H2 / Ubuntu 24.04 LTS
validations:
required: true
- type: input
id: app_version
attributes:
label: 应用信息
description: 提供你使用的 RIME 前端和版本号,自构建前端请说明
description: 提供议题涉及的、或者你使用的 RIME 前端和版本号,自构建前端请说明
placeholder: Squirrel 1.0.2 / Weasel 0.16.1
validations:
required: true
Expand All @@ -59,6 +77,7 @@ body:
- 紫光双拼 double_pinyin_ziguang
- 自然码 double_pinyin
- 仓·九宫格 t9
- 所有方案
- '-- 其他(在补充信息处说明)--'
validations:
required: true
Expand All @@ -83,10 +102,6 @@ body:
label: 自定义配置
description: 如果你对雾凇进行了修改或者打了补丁,请在此处提供你的自定义配置
placeholder: |
将自定义文件打包为 zip,拖放到此处。
配置片段放在 Markdown 的代码块中。
你可以将自定义文件打包为 zip(请不要包含 build 文件夹和 userdb 文件夹),拖放到此处。
也可以将配置片段放在 Markdown 的代码块中。
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/others.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ body:
- 紫光双拼 double_pinyin_ziguang
- 自然码 double_pinyin
- 仓·九宫格 t9
- 所有方案
- '-- 其他(在补充信息处说明)--'
validations:
required: true
Expand All @@ -39,8 +40,8 @@ body:
id: os_version
attributes:
label: 系统信息
description: 这个议题涉及的,或者是你在使用的系统及版本号Unix/Linux 请提供具体发行版名称
placeholder: e.g. macOS 14.5 / Windows 11 23H2 / Ubuntu 22.04 LTS
description: 这个议题涉及的,或者是你在使用的系统及版本号Unix/Linux 请提供具体发行版名称,Android 请说明 Android 版本以及 ROM 名,如 HyperOS、Flyme)
placeholder: e.g. macOS 14.5 / Windows 11 23H2 / Ubuntu 24.04 LTS
validations:
required: true
- type: textarea
Expand All @@ -53,9 +54,9 @@ body:
- type: textarea
id: config
attributes:
label: 补充信息
description: 此处可以提供配置文件片段、完整配置文件压缩包、或者日志等信息。你认为相关的 issue 也可以在此处注明。
label: 自定义配置
description: 如果你对雾凇进行了修改或者打了补丁,请在此处提供你的自定义配置
placeholder: |
将自定义文件打包为 zip,拖放到此处。
你可以将自定义文件打包为 zip(请不要包含 build 文件夹和 userdb 文件夹),拖放到此处。
配置片段放在 Markdown 的代码块中。
也可以将配置片段放在 Markdown 的代码块中。

0 comments on commit 7ed5167

Please sign in to comment.