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 01cbc7e..6318e03 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ 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/issues/633 - about: 建议你首先查看此教程 + 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 new file mode 100644 index 0000000..d06ce93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feat--.md @@ -0,0 +1,15 @@ +--- +name: 新功能提议 +about: 提出新功能 +title: '' +labels: feature request +assignees: '' + +--- + +**环境信息** + +go-cqhttp版本: + +**需要添加的功能内容** + 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: 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

-[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FMrs4s%2Fgo-cqhttp.svg?type=large)](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的文档 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) -- [获取中文分词](#获取中文分词) - [获取群系统消息](#获取群文件系统信息) - [获取群文件系统信息](#获取群文件系统信息) - [获取群根目录文件列表](#获取群根目录文件列表)