From 7e12454a80992b1a681a935ffb46b50b7b380914 Mon Sep 17 00:00:00 2001 From: mirtlecn Date: Tue, 12 Nov 2024 00:06:15 +0800 Subject: [PATCH] chore: update readme and issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 9 ++++----- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/others.yaml | 8 ++------ README.md | 2 +- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index decc312..bb82e77 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -66,11 +66,10 @@ body: label: 自定义配置 description: 如果你对雾凇进行了修改或者打了补丁,请在此处提供你的自定义配置 placeholder: | - 完整配置文件请压缩上传。 - 配置片段请包裹在 Markdown 代码块中。即用三个反引号(```)包裹,如 - ```yaml - # 你的配置片段 - ``` + 将自定义文件打包为 zip,拖放到此处。 + + 配置片段放在 Markdown 的代码块中。 + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e0da2ee..998f79e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -12,7 +12,7 @@ contact_links: - name: 雾凇拼音常见问题 url: https://github.com/iDvel/rime-ice/issues/133 about: 这里有一些重要问题的答案,提问前请查看,也请事先搜索 issue,你的问题也许已经有现成的答案。 - + - name: RIME 定制文档 url: https://github.com/rime/home/wiki about: 这里有自定义 RIME 方案的全面教程。 diff --git a/.github/ISSUE_TEMPLATE/others.yaml b/.github/ISSUE_TEMPLATE/others.yaml index 0815ebc..befb698 100644 --- a/.github/ISSUE_TEMPLATE/others.yaml +++ b/.github/ISSUE_TEMPLATE/others.yaml @@ -38,10 +38,6 @@ body: label: 补充信息 description: 此处可以提供配置文件片段、完整配置文件压缩包、或者日志等信息。你认为相关的 issue 也可以在此处注明。 placeholder: | - 完整配置文件请压缩上传。 - - 配置片段请包裹在 Markdown 代码块中。即用三个反引号(```)包裹,如 - ```yaml - # 你的配置片段 - ``` + 将自定义文件打包为 zip,拖放到此处。 + 配置片段放在 Markdown 的代码块中。 diff --git a/README.md b/README.md index 1b4863c..c1917ca 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ patch: - @mozillazg 开发的汉字转拼音工具和数据库(MIT) - [melt_eng](https://github.com/tumuyan/rime-melt)(@tumuyan | [Apache 2.0](https://github.com/tumuyan/rime-melt/blob/master/LICENSE)) :提供了部分(约 1000 条)英文词汇以及原始英文方案参考; -- [部件拆字方案 v1](https://github.com/mirtlecn/rime-radical-pinyin)(@mirtlecn | [CC BY-SA 4.0](https://github.com/mirtlecn/rime-radical-pinyin/blob/master/LICENSE)):提供的拆字反查,辅码插件; +- [部件拆字方案](https://github.com/mirtlecn/rime-radical-pinyin)(@mirtlecn | [GPL 3.0](https://github.com/mirtlecn/rime-radical-pinyin/blob/master/LICENSE)):提供的拆字反查,辅码插件; - [长词优先插件](https://github.com/tumuyan/rime-melt/blob/master/lua/melt.lua)(@tumuyan | [Apache 2.0](https://github.com/tumuyan/rime-melt/blob/master/LICENSE)) - [Unicode 插件](https://github.com/shewer/librime-lua-script/blob/main/lua/component/unicode.lua)(@shewer | [MIT](https://github.com/shewer/librime-lua-script/blob/main/lua/component/unicode.lua)) - [数字、人民币大写插件](https://github.com/yanhuacuo/98wubi/blob/master/lua/number.lua)(@98wubi)