Merge remote-tracking branch 'origin/main'
This commit is contained in:
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -33,6 +33,16 @@ body:
|
|||||||
description: 遇到问题时程序所在的版本号
|
description: 遇到问题时程序所在的版本号
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: environment
|
||||||
|
attributes:
|
||||||
|
label: 运行环境
|
||||||
|
description: 当前程序运行环境
|
||||||
|
options:
|
||||||
|
- Docker
|
||||||
|
- Windows
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: type
|
id: type
|
||||||
attributes:
|
attributes:
|
||||||
@ -41,7 +51,6 @@ body:
|
|||||||
options:
|
options:
|
||||||
- 主程序运行问题
|
- 主程序运行问题
|
||||||
- 插件问题
|
- 插件问题
|
||||||
- Docker或运行环境问题
|
|
||||||
- 其他问题
|
- 其他问题
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -14,6 +14,16 @@ body:
|
|||||||
description: 目前使用的程序版本
|
description: 目前使用的程序版本
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: environment
|
||||||
|
attributes:
|
||||||
|
label: 运行环境
|
||||||
|
description: 当前程序运行环境
|
||||||
|
options:
|
||||||
|
- Docker
|
||||||
|
- Windows
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: type
|
id: type
|
||||||
attributes:
|
attributes:
|
||||||
@ -22,7 +32,6 @@ body:
|
|||||||
options:
|
options:
|
||||||
- 主程序
|
- 主程序
|
||||||
- 插件
|
- 插件
|
||||||
- Docker
|
|
||||||
- 其他
|
- 其他
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
Reference in New Issue
Block a user