Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SK-415/HarukaBot
Browse files Browse the repository at this point in the history
  • Loading branch information
SK-415 committed Mar 9, 2022
2 parents c558eb4 + 57a5ac6 commit 7e784e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,39 @@ body:
## 请补全标题并认真填写下方内容
- type: input
id: system_version
attributes:
label: 运行环境
description: 如 Windows Server 2012、CentOS 8.2 等
validations:
required: true

- type: input
id: hb_version
attributes:
label: HarukaBot 版本
description: 可发送「帮助」或使用 pip show haruka-bot 查看
validations:
required: true

- type: input
id: gocq_version
attributes:
label: go-cqhttp 版本
description: 启动时显示
validations:
required: true

- type: textarea
id: bug_info
attributes:
label: 错误描述
description: 描述你遇到的问题,需要怎么复现?期望的结果是什么?
validations:
required: true

- type: textarea
id: log
attributes:
label: 报错日志(如果有)
description: 运行 hb run 的目录中的 log\error.log 文件
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,23 @@ body:
## 请补全标题并认真填写下方内容
- type: input
id: hb_version
attributes:
label: HarukaBot 版本
description: 可发送「帮助」或使用 pip show haruka-bot 查看
validations:
required: true

- type: textarea
id: feature_description
attributes:
label: 功能建议
description: 想要改进或者添加的功能
validations:
required: true

- type: textarea
id: extra_info
attributes:
label: 额外信息(可选)
description: 如:为什么需要这个功能?在什么场景下适用?

0 comments on commit 7e784e0

Please sign in to comment.