mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 11:07:39 +08:00
* fix: group not found report (#2312) 解决以下问题: 当群组踢人时,该人不在群内,返回“群聊不存在”的BUG https://github.com/Mrs4s/go-cqhttp/issues/1774#issue-1459854639 * Update bug-report.yaml (#2234) * 更新docker action, 支持更多的平台 (#2217) * Update build_docker_image.yml * Update docker-entrypoint.sh * Update build_docker_image.yml * ✨ update docker action, more platforms are supported --------- Co-authored-by: xiwangly2 <1334850101@qq.om> Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com> * 🐛 修复时区不是东八区的 BUG (#2212) 设置 TZ 环境变量需要先装`tzdata`这个包才会生效 * Update bug-report.yaml (#2126) Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com> * Docker: support continuous params on CMD option (#1829) now it supports usage like `docker run -it --rm go-cqhttp -faststart` Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com> * make lint happy --------- Co-authored-by: PSoul <psoul1@163.com> Co-authored-by: 简律纯 <i@jyunko.cn> Co-authored-by: LY <1334850101@qq.com> Co-authored-by: xiwangly2 <1334850101@qq.om> Co-authored-by: Antonia Adams <10476982+li-xunhuan@users.noreply.github.com> Co-authored-by: Akirami <66513481+A-kirami@users.noreply.github.com> Co-authored-by: Nanahira <78877@qq.com>
160 lines
4.6 KiB
YAML
160 lines
4.6 KiB
YAML
name: 回报错误
|
||
description: 在使用 go-cqhttp 的过程中遇到了错误
|
||
title: '[Bug]: '
|
||
labels: [ "bug?" ]
|
||
|
||
body:
|
||
# User's README and agreement
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
## 感谢您愿意填写错误回报!
|
||
## 以下是一些注意事项,请务必阅读让我们能够更容易处理
|
||
|
||
### ❗ | 确定没有相同问题的ISSUE已被提出. (教程: https://forums.go-cqhttp.org/t/topic/141)
|
||
### 🌎| 请准确填写环境信息
|
||
### ❔ | 打开DEBUG模式复现,并提供出现问题前后至少 10 秒的完整日志内容。请自行删除日志内存在的个人信息及敏感内容。
|
||
### ⚠ | 如果涉及内存泄漏/CPU占用异常请打开DEBUG模式并下载pprof性能分析.
|
||
|
||
## 如果您不知道如何有效、精准地表述,我们建议您先阅读《提问的智慧》
|
||
链接: [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)
|
||
---
|
||
- type: checkboxes
|
||
id: terms
|
||
attributes:
|
||
label: 请确保您已阅读以上注意事项,并勾选下方的确认框。
|
||
options:
|
||
- label: "我已经仔细阅读上述教程和 [\"提问前需知\"](https://forums.go-cqhttp.org/t/topic/141)"
|
||
required: true
|
||
- label: "我已经使用 [dev分支版本](https://github.com/Mrs4s/go-cqhttp/actions/workflows/ci.yml) 测试过,问题依旧存在。"
|
||
required: true
|
||
- label: "我已经在 [Issue Tracker](https://github.com/Mrs4s/go-cqhttp/issues) 中找过我要提出的问题,没有找到相同问题的ISSUE。"
|
||
required: true
|
||
- label: 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(这些问题应当在 Discussion 板块提出。)
|
||
required: true
|
||
|
||
# User's data
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
## 环境信息
|
||
请根据实际使用环境修改以下信息。
|
||
|
||
# Env | go-cqhttp Version
|
||
- type: input
|
||
id: env-gocq-ver
|
||
attributes:
|
||
label: go-cqhttp 版本
|
||
validations:
|
||
required: true
|
||
|
||
# Env | VM Version
|
||
- type: dropdown
|
||
id: env-vm-ver
|
||
attributes:
|
||
label: 运行环境
|
||
description: 选择运行 go-cqhttp 的系统版本
|
||
options:
|
||
- Windows (64)
|
||
- Windows (32/x84)
|
||
- MacOS
|
||
- Linux
|
||
- Ubuntu
|
||
- CentOS
|
||
- ArchLinux
|
||
- UNIX (Android)
|
||
- 其它(请在下方说明)
|
||
validations:
|
||
required: true
|
||
|
||
# Env | VM Arch
|
||
- type: dropdown
|
||
id: env-vm-arch
|
||
attributes:
|
||
label: 运行架构
|
||
description: (可选) 选择运行 go-cqhttp 的系统架构
|
||
options:
|
||
- AMD64
|
||
- x86
|
||
- ARM [32] (别名:AArch32 / ARMv7)
|
||
- ARM [64] (别名:AArch64 / ARMv8)
|
||
- 其它
|
||
|
||
# Env | Connection type
|
||
- type: dropdown
|
||
id: env-conn-type
|
||
attributes:
|
||
label: 连接方式
|
||
description: 选择对接机器人的连接方式
|
||
options:
|
||
- HTTP
|
||
- WebSocket (正向)
|
||
- WebSocket (反向)
|
||
- LambdaServer
|
||
validations:
|
||
required: true
|
||
|
||
# Env | Protocol
|
||
- type: dropdown
|
||
id: env-protocol
|
||
attributes:
|
||
label: 使用协议
|
||
description: 选择使用的协议
|
||
options:
|
||
- 0 | Default
|
||
- 1 | Android Phone
|
||
- 2 | Android Watch
|
||
- 3 | MacOS
|
||
- 4 | 企点
|
||
- 5 | iPad
|
||
- 6 | aPad
|
||
validations:
|
||
required: true
|
||
|
||
# Input | Reproduce
|
||
- type: textarea
|
||
id: reproduce-steps
|
||
attributes:
|
||
label: 重现步骤
|
||
description: |
|
||
我们需要执行哪些操作才能让 bug 出现?
|
||
简洁清晰的重现步骤能够帮助我们更迅速地定位问题所在。
|
||
validations:
|
||
required: true
|
||
|
||
# Input | Expected result
|
||
- type: textarea
|
||
id: expected
|
||
attributes:
|
||
label: 期望的结果是什么?
|
||
validations:
|
||
required: true
|
||
|
||
# Input | Actual result
|
||
- type: textarea
|
||
id: actual
|
||
attributes:
|
||
label: 实际的结果是什么?
|
||
validations:
|
||
required: true
|
||
|
||
# Optional | Reproduce code
|
||
- type: textarea
|
||
id: reproduce-code
|
||
attributes:
|
||
label: 简单的复现代码/链接(可选)
|
||
render: golang
|
||
|
||
# Optional | Logging
|
||
- type: textarea
|
||
id: logging
|
||
attributes:
|
||
label: 日志记录(可选)
|
||
render: golang
|
||
|
||
# Optional | Extra description
|
||
- type: textarea
|
||
id: extra-desc
|
||
attributes:
|
||
label: 补充说明(可选)
|