From dc8a8959f83b1c060052a865c0ee133ed9765353 Mon Sep 17 00:00:00 2001 From: Him188 Date: Thu, 5 Mar 2020 07:58:06 +0800 Subject: [PATCH 1/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98e4482b8..5ec5c9ead 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Mirai 是一个在全平台下运行,提供 QQ Android 和 TIM PC 协议支持 **[English](README-eng.md)** + 多平台 **QQ Android** 和 **TIM PC** 协议支持库与高效率的机器人框架. 纯 Kotlin 实现协议和支持框架,模块全部免费开源。 目前可运行在 JVM 或 Android 平台。 From 40d698b3dd26045b4be6a26e86d1de58e538ad8f Mon Sep 17 00:00:00 2001 From: Him188 Date: Thu, 5 Mar 2020 12:50:05 +0800 Subject: [PATCH 2/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ec5c9ead..1e6fc9845 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ---- [![Gitter](https://badges.gitter.im/mamoe/mirai.svg)](https://gitter.im/mamoe/mirai?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -[![Actions Status](https://github.com/mamoe/mirai/workflows/CI/badge.svg)](https://github.com/mamoe/mirai/actions) +[![Actions Status](https://github.com/mamoe/mirai/workflows/CI/badge.svg?branch=master)](https://github.com/mamoe/mirai/actions) [![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg)](https://bintray.com/him188moe/mirai/mirai-core/) Mirai 是一个在全平台下运行,提供 QQ Android 和 TIM PC 协议支持的高效率机器人框架 From 676851589b545af78b3b4f6f49b9cadb41f1ebfa Mon Sep 17 00:00:00 2001 From: Him188 Date: Thu, 5 Mar 2020 13:10:59 +0800 Subject: [PATCH 3/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e6fc9845..57992c01b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ---- [![Gitter](https://badges.gitter.im/mamoe/mirai.svg)](https://gitter.im/mamoe/mirai?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -[![Actions Status](https://github.com/mamoe/mirai/workflows/CI/badge.svg?branch=master)](https://github.com/mamoe/mirai/actions) +![Gradle CI](https://github.com/mamoe/mirai/workflows/Gradle%20CI/badge.svg?branch=master) [![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg)](https://bintray.com/him188moe/mirai/mirai-core/) Mirai 是一个在全平台下运行,提供 QQ Android 和 TIM PC 协议支持的高效率机器人框架 From 1f924a09e4e9000a7b5f57288dae1a0c31dc3823 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 6 Mar 2020 09:24:08 +0800 Subject: [PATCH 4/9] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/bug---.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/bug---.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 000000000..3f9bcab64 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,17 @@ +--- +name: 特性申请 +about: 申请 mirai 添加新的特性 +title: '' +labels: feature +assignees: '' + +--- + +以下相关功能将会被直接拒绝: +- 资金相关: 红包, 转账 +- 主动加好友, 主动加群, 主动邀请加入群 + + +可以提交的内容: +- 有较高使用频率的协议 (低频功能不接受提议) +- 核心 API 的架构 / 功能上的建议 (欢迎) diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md new file mode 100644 index 000000000..9cb7a654b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -0,0 +1,15 @@ +--- +name: Bug 报告 +about: 提交一个 bug +title: '' +labels: " bug " +assignees: '' + +--- + +提交前请先确认: +- [ ] 已经在现有 issue 列表中检查并未发现重复问题 +- [ ] 确认问题属于 `mirai-core`, 而不是 `mirai-console` 或其他 + +若有报错, 请尽可能附加完整控制台日志或截图 +若无报错, 请尽可能描述如何复现这个问题 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..bbcbbe7d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From ae0eb9dadb714c918b10c55c539ff0946b776344 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 6 Mar 2020 09:24:32 +0800 Subject: [PATCH 5/9] Delete feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d6..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From 629702911e1bdc2641fc3532e403bca469375950 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 6 Mar 2020 09:26:26 +0800 Subject: [PATCH 6/9] Update ----.md --- .github/ISSUE_TEMPLATE/----.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md index 3f9bcab64..87c0a2d55 100644 --- a/.github/ISSUE_TEMPLATE/----.md +++ b/.github/ISSUE_TEMPLATE/----.md @@ -15,3 +15,5 @@ assignees: '' 可以提交的内容: - 有较高使用频率的协议 (低频功能不接受提议) - 核心 API 的架构 / 功能上的建议 (欢迎) + +请删除以上内容后再描述问题 From 65299b6ba6414b18c5f077c1ebbebea5f2f6b503 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 6 Mar 2020 09:27:00 +0800 Subject: [PATCH 7/9] Update bug---.md --- .github/ISSUE_TEMPLATE/bug---.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md index 9cb7a654b..c11e2dabe 100644 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -8,8 +8,10 @@ assignees: '' --- 提交前请先确认: -- [ ] 已经在现有 issue 列表中检查并未发现重复问题 -- [ ] 确认问题属于 `mirai-core`, 而不是 `mirai-console` 或其他 +- 已经在现有 issue 列表中检查并未发现重复问题 +- 确认问题属于 `mirai-core`, 而不是 `mirai-console` 或其他 若有报错, 请尽可能附加完整控制台日志或截图 若无报错, 请尽可能描述如何复现这个问题 + +请删除以上内容后再描述问题 From f5200aa66279712b475c749671e1395f338ab09a Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 6 Mar 2020 09:28:09 +0800 Subject: [PATCH 8/9] Update ----.md --- .github/ISSUE_TEMPLATE/----.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md index 87c0a2d55..a9a535f3b 100644 --- a/.github/ISSUE_TEMPLATE/----.md +++ b/.github/ISSUE_TEMPLATE/----.md @@ -14,6 +14,6 @@ assignees: '' 可以提交的内容: - 有较高使用频率的协议 (低频功能不接受提议) -- 核心 API 的架构 / 功能上的建议 (欢迎) +- 架构 / 功能上的建议 (欢迎) 请删除以上内容后再描述问题 From 76c94020c3e012d301884f6d5c5b1e0e60000b27 Mon Sep 17 00:00:00 2001 From: Twice Date: Fri, 6 Mar 2020 10:44:26 +0800 Subject: [PATCH 9/9] README.md: fix a broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57992c01b..80a23a87d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Demos: [mirai-demos](https://github.com/mamoe/mirai-demos) ### 使用者 -- [mirai-console](https://github.com/mamoe/mirai/tree/master/mirai-console) 支持插件 **本模块正在完善** +- [mirai-console](https://github.com/mamoe/mirai-console) 支持插件 **本模块正在完善** ### 我是其他平台的使用者