Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Nov 11, 2023
2 parents 34c5977 + df2c3a6 commit 1f3f126
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,9 @@ body:
description: "主程序使用的部署方式"
options:
- 手动部署
- 安装器部署
- 一键安装包部署
- Docker部署
- release的打包文件
validations:
required: true
- type: dropdown
attributes:
label: 登录框架
description: "连接QQ使用的框架"
options:
- Mirai
- go-cqhttp
validations:
required: false
- type: input
attributes:
label: 系统环境
Expand All @@ -33,10 +22,10 @@ body:
- type: input
attributes:
label: Python环境
description: 运行程序的Python版本
description: 运行程序的Python版本,(若有)
placeholder: 例如: Python 3.10
validations:
required: true
required: false
- type: textarea
attributes:
label: 异常情况
Expand Down

0 comments on commit 1f3f126

Please sign in to comment.