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 Apr 25, 2024
2 parents 99abc5d + b750459 commit aee1355
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,11 @@ body:
required: true
- type: input
attributes:
label: 系统环境
description: 操作系统、系统架构
placeholder: 例如: CentOS x64、Windows11
label: 版本
description: 下载release里面程序的版本
placeholder: 例如 v1.0.0
validations:
required: true
- type: input
attributes:
label: Python环境
description: 运行程序的Python版本,(若有)
placeholder: 例如: Python 3.10
validations:
required: false
- type: textarea
attributes:
label: 异常情况
Expand All @@ -35,6 +28,6 @@ body:
- type: textarea
attributes:
label: 报错信息
description: 请提供完整的**控制台**报错信息(若有)
description: 请提供完整的**控制台**报错信息(若有)以及 相关的log文件(去除敏感信息)
validations:
required: false

0 comments on commit aee1355

Please sign in to comment.