From fa83ae22f392c1878dbafa9536c4111443cf2977 Mon Sep 17 00:00:00 2001
From: fossabot
Date: Tue, 16 Mar 2021 22:24:27 -0700
Subject: [PATCH 1/5] Add license scan report and status
Signed off by: fossabot
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 20188ec..8e54e40 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ _✨ 基于 [Mirai](https://github.com/mamoe/mirai) 以及 [MiraiGo](https://git
+
@@ -37,6 +38,9 @@ _✨ 基于 [Mirai](https://github.com/mamoe/mirai) 以及 [MiraiGo](https://git
开始使用
+
+[](https://app.fossa.com/projects/git%2Bgithub.com%2FMrs4s%2Fgo-cqhttp?ref=badge_large)
+
## 兼容性
go-cqhttp兼容[OneBot-v11](https://github.com/howmanybots/onebot/tree/master/v11/specs)绝大多数内容,并在其基础上做了一些扩展,详情请看go-cqhttp的文档
@@ -279,4 +283,4 @@ go-cqhttp兼容[OneBot-v11](https://github.com/howmanybots/onebot/tree/master/v1
## 性能
-在关闭数据库的情况下, 加载 25 个好友 128 个群运行 24 小时后内存使用为 15MB 左右. 开启数据库后内存使用将根据消息量增加 10-20MB, 如果系统内存小于 128M 建议关闭数据库使用.
+在关闭数据库的情况下, 加载 25 个好友 128 个群运行 24 小时后内存使用为 15MB 左右. 开启数据库后内存使用将根据消息量增加 10-20MB, 如果系统内存小于 128M 建议关闭数据库使用.
\ No newline at end of file
From dd47ebe5dc077c85386e6c2d47b8f2cd67d438f7 Mon Sep 17 00:00:00 2001
From: Mrs4s
Date: Wed, 17 Mar 2021 21:46:08 +0800
Subject: [PATCH 2/5] update README.md
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index 8e54e40..ac046a6 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,6 @@ _✨ 基于 [Mirai](https://github.com/mamoe/mirai) 以及 [MiraiGo](https://git
-[](https://app.fossa.com/projects/git%2Bgithub.com%2FMrs4s%2Fgo-cqhttp?ref=badge_large)
-
## 兼容性
go-cqhttp兼容[OneBot-v11](https://github.com/howmanybots/onebot/tree/master/v11/specs)绝大多数内容,并在其基础上做了一些扩展,详情请看go-cqhttp的文档
From 44cf145b2806d03e0bf67cd785e716c3f869766f Mon Sep 17 00:00:00 2001
From: sam01101
Date: Thu, 18 Mar 2021 10:47:40 +0800
Subject: [PATCH 3/5] Create feat--.md
---
.github/ISSUE_TEMPLATE/feat--.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/feat--.md
diff --git a/.github/ISSUE_TEMPLATE/feat--.md b/.github/ISSUE_TEMPLATE/feat--.md
new file mode 100644
index 0000000..2d138ea
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feat--.md
@@ -0,0 +1,15 @@
+---
+name: 新功能提议
+about: 提出新功能
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**环境信息**
+
+go-cqhttp版本:
+
+**需要添加的功能内容**
+
From 6581cac208da75230015655c5de1e2b2a2c3702a Mon Sep 17 00:00:00 2001
From: Il Harper
Date: Fri, 19 Mar 2021 14:16:04 +0800
Subject: [PATCH 4/5] =?UTF-8?q?Remove=20Duplicate=20=E8=8E=B7=E5=8F=96?=
=?UTF-8?q?=E4=B8=AD=E6=96=87=E5=88=86=E8=AF=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/cqhttp.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/cqhttp.md b/docs/cqhttp.md
index c67d0a0..20a5ab3 100644
--- a/docs/cqhttp.md
+++ b/docs/cqhttp.md
@@ -29,7 +29,6 @@
- [发送合并转发(群)](#发送合并转发群)
- [获取中文分词](#获取中文分词)
- [图片OCR](#图片ocr)
-- [获取中文分词](#获取中文分词)
- [获取群系统消息](#获取群文件系统信息)
- [获取群文件系统信息](#获取群文件系统信息)
- [获取群根目录文件列表](#获取群根目录文件列表)
From ee3e47bb53364617d46575311c367ca3cea36bf1 Mon Sep 17 00:00:00 2001
From: Jabasukuriputo Wang
Date: Fri, 19 Mar 2021 20:20:52 +0800
Subject: [PATCH 5/5] ci(issuebot): enable recheck on edit (#743)
---
.github/ISSUE_TEMPLATE/bug--.md | 9 ++++++---
.github/ISSUE_TEMPLATE/config.yml | 6 +++---
.github/ISSUE_TEMPLATE/feat--.md | 2 +-
.github/workflows/issuebot.yml | 2 +-
4 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug--.md b/.github/ISSUE_TEMPLATE/bug--.md
index 19f1cb0..1748845 100644
--- a/.github/ISSUE_TEMPLATE/bug--.md
+++ b/.github/ISSUE_TEMPLATE/bug--.md
@@ -1,13 +1,16 @@
---
name: Bug汇报
-about: 遇到了bug? 你可以在这里开始汇报
+about: 遇到了bug? 你可以在这里开始汇报(仅限软件本体问题)
title: ''
-labels: ''
+labels: bug?
assignees: ''
---
**环境信息**
-
+
go-cqhttp版本:
运行环境:
连接方式:
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 4f0aa68..20ffbc9 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- - name: 提出新建议/功能
- url: https://github.com/Mrs4s/go-cqhttp/discussions/new
- about: 请在这里提出你的建议或功能
+ - name: 讨论区
+ url: https://github.com/Mrs4s/go-cqhttp/discussions/
+ about: 使用中若遇到问题或有新点子新需求,请先在这里求助和征求意见。
diff --git a/.github/ISSUE_TEMPLATE/feat--.md b/.github/ISSUE_TEMPLATE/feat--.md
index 2d138ea..d06ce93 100644
--- a/.github/ISSUE_TEMPLATE/feat--.md
+++ b/.github/ISSUE_TEMPLATE/feat--.md
@@ -2,7 +2,7 @@
name: 新功能提议
about: 提出新功能
title: ''
-labels: ''
+labels: feature request
assignees: ''
---
diff --git a/.github/workflows/issuebot.yml b/.github/workflows/issuebot.yml
index 4a07e20..b61969d 100644
--- a/.github/workflows/issuebot.yml
+++ b/.github/workflows/issuebot.yml
@@ -2,7 +2,7 @@ name: Issuebot
on:
issues:
- types: [opened]
+ types: [opened, edited]
jobs:
new_issue: