diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2d597be..eb1339d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,7 +26,15 @@ body: - type: textarea attributes: 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: | +
+ validations: + required: true + - type: textarea + attributes: + label: Configuration + description: Input your configuration here. value: |
validations: diff --git a/.github/ISSUE_TEMPLATE/bug_report_zh.yml b/.github/ISSUE_TEMPLATE/bug_report_zh.yml index 74ed11e..73bf9d6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_zh.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_zh.yml @@ -26,7 +26,15 @@ body: - type: textarea attributes: label: 复现步骤 - description: 在这里输入你的配置信息及复现问题的步骤 + description: 在这里输入复现问题的步骤 + value: | +
+ validations: + required: true + - type: textarea + attributes: + label: 配置信息 + description: 在这里输入你的配置信息 value: |
validations: