Skip to content

Commit

Permalink
Merge pull request jxxghp#942 from DDS-Derek/main
Browse files Browse the repository at this point in the history
feat: issue add operating environment
  • Loading branch information
jxxghp authored Oct 21, 2023
2 parents 3e09a5e + 1375179 commit 99bd4da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ body:
description: 遇到问题时程序所在的版本号
validations:
required: true
- type: dropdown
id: environment
attributes:
label: 运行环境
description: 当前程序运行环境
options:
- Docker
- Windows
- type: dropdown
id: type
attributes:
Expand All @@ -41,7 +49,6 @@ body:
options:
- 主程序运行问题
- 插件问题
- Docker或运行环境问题
- 其他问题
validations:
required: true
Expand Down
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ body:
description: 目前使用的程序版本
validations:
required: true
- type: dropdown
id: environment
attributes:
label: 运行环境
description: 当前程序运行环境
options:
- Docker
- Windows
- type: dropdown
id: type
attributes:
Expand All @@ -22,7 +30,6 @@ body:
options:
- 主程序
- 插件
- Docker
- 其他
validations:
required: true
Expand Down

0 comments on commit 99bd4da

Please sign in to comment.