Skip to content

Commit

Permalink
fix: bug_report
Browse files Browse the repository at this point in the history
  • Loading branch information
oddfar committed Feb 17, 2024
1 parent ab339b1 commit 6f5b98c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,18 @@ body:
## 环境信息
请根据实际使用环境修改以下信息。
# Env | Version
# Env | Version
- type: input
id: env-version
attributes:
label: 版本信息
options:
- label: campus框架版本
- label: 本项目 campus-imaotai 版本
required: true
label: campus框架版本

- type: input
id: env-version
attributes:
label: 本项目 campus-imaotai 版本
validations:
required: true


# Env | VM Version
Expand Down Expand Up @@ -105,7 +108,7 @@ body:
id: reproduce-code
attributes:
label: 简单的复现代码/链接(可选)
render: java
render: Java

# Optional | Logging
- type: textarea
Expand Down

0 comments on commit 6f5b98c

Please sign in to comment.