issue template 必须填写配置 (#913)

This commit is contained in:
UUBulb 2024-12-25 20:19:26 +08:00 committed by GitHub
parent 5128bfff61
commit 6cf0e7f1cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 2 deletions

View File

@ -26,7 +26,15 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: To Reproduce label: To Reproduce
description: Input your configuration and the steps to reproduce the bug here. description: Input the steps to reproduce the bug here.
value: |
<details></details>
validations:
required: true
- type: textarea
attributes:
label: Configuration
description: Input your configuration here.
value: | value: |
<details></details> <details></details>
validations: validations:

View File

@ -26,7 +26,15 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: 复现步骤 label: 复现步骤
description: 在这里输入你的配置信息及复现问题的步骤 description: 在这里输入复现问题的步骤
value: |
<details></details>
validations:
required: true
- type: textarea
attributes:
label: 配置信息
description: 在这里输入你的配置信息
value: | value: |
<details></details> <details></details>
validations: validations: